]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/moc/Makefile.am
Move the setting of the Qt preprocessor flags out of the Makefiles and into qt.m4
[features.git] / src / frontends / qt2 / moc / Makefile.am
index effc4c54a23f12e9bb526ce7709a6e1322afdab3..555814197b9c88715bcad1c5fed95a27d61f270c 100644 (file)
@@ -3,7 +3,8 @@ include $(srcdir)/../Makefile.dialogs
 
 DISTCLEANFILES += *.C
 
-AM_CPPFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION \
+AM_CPPFLAGS = \
+       $(QT_CPPFLAGS) -DQT_NO_TRANSLATION \
        $(PCH_FLAGS) \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/frontends \