aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/Makefile.am')
-rw-r--r--ui/qt/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 7426dd68d4..cf84267c76 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -27,11 +27,6 @@ if HAVE_SPEEXDSP
AM_CPPFLAGS += $(SPEEXDSP_CFLAGS)
endif
-# Define compatibility macros for Qt 4.8
-if HAVE_QT_VERSION_4
-AM_CPPFLAGS += -DQ_NULLPTR=NULL
-endif
-
noinst_LIBRARIES = libqtui.a
include Makefile_custom.common