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.mpb16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/MakeProjectCreator/config/ace_qt.mpb b/bin/MakeProjectCreator/config/ace_qt.mpb
deleted file mode 100644
index 86f6c4de4c3..00000000000
--- a/bin/MakeProjectCreator/config/ace_qt.mpb
+++ /dev/null
@@ -1,16 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-
-project: qt {
- // Depends on configration from include/makeinclude/platform_*.GNU
- verbatim(gnuace,local) {
- CPPFLAGS += $(PLATFORM_QT_CPPFLAGS)
- LIBS += $(PLATFORM_QT_LIBS)
- LDFLAGS += $(PLATFORM_QT_LDFLAGS)
- }
- specific(vc6, vc7, vc71, vc8, nmake) {
- lit_libs -= qt-mt230nc
- pure_libs += $(PLATFORM_QT_LIBS)
- }
-}