]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/ui/moc/Makefile.am
Move the setting of the Qt preprocessor flags out of the Makefiles and into qt.m4
[features.git] / src / frontends / qt2 / ui / moc / Makefile.am
index b35519010b2f80c5aac8d7a44b5cb5c9f7fab26c..1cac7d84bf3f9b5dc04655b712546981379d1954 100644 (file)
@@ -3,7 +3,8 @@ include $(srcdir)/../../Makefile.dialogs
 
 DISTCLEANFILES += $(UIFILES:.ui=_moc.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 \