summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_qt.mpb
blob: 6c1991115144a89c3279276b9f9e5043f23af06f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- 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)
  }
}