Merge pull request #2318 from jwillemsen/jwi-add_forward_profiles
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / ace_qt.mpb
blobe57e839340615de70b2d6282f6877097f36709b0
1 // -*- MPC -*-
3 project: qt {
4   // Depends on configuration from include/makeinclude/platform_*.GNU
5   verbatim(gnuace,local) {
6     CPPFLAGS += $(PLATFORM_QT_CPPFLAGS)
7     LIBS += $(PLATFORM_QT_LIBS)
8     LDFLAGS += $(PLATFORM_QT_LDFLAGS)
9   }
11   specific(prop:microsoft) {
12     lit_libs -= qt-mt$(QT_VERSION)
13     pure_libs += $(PLATFORM_QT_LIBS)
14   }