summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_qt.mpb
blob: 2376c51e1e0b2a7178dd59b12fe95c91075e8439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
// $Id$

project: 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)
  }
}