summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/qt4_core.mpb
blob: ae68a4f7f3aaf29c4b255d7874596f0198978177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project {
  // If the include files for QT are not relative to the root (for
  // example, /usr/include/qt4), set the QT4_INCDIR environment variable.
  expand(QT4_INCDIR) {
    $QT4_INCDIR
    $(QTDIR)/include
  }

  requires += qt4
  includes += $(QT4_INCDIR)
  libpaths += $(QTDIR)/lib
  lit_libs += QtCore$(QT_CFG)
}