summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_qt.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ace_qt.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ace_qt.mpb7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/ace_qt.mpb b/bin/MakeProjectCreator/config/ace_qt.mpb
index 28276bc89dd..efa49a0b678 100644
--- a/bin/MakeProjectCreator/config/ace_qt.mpb
+++ b/bin/MakeProjectCreator/config/ace_qt.mpb
@@ -3,4 +3,11 @@
feature(qt): qt {
macros += ACE_HAS_QT
+
+ // Depends on configration from include/makeinclude/platform_*.GNU
+ verbatim(gnuace,local) {
+ CPPFLAGS += $(PLATFORM_QT_CPPFLAGS)
+ LIBS += $(PLATFORM_QT_LIBS)
+ LDFLAGS += $(PLATFORM_QT_LDFLAGS)
+ }
}