summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/qwt.mpb
blob: 7a616e7892607dc1e846722efda3e3454b5dd08f (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- MPC -*-
// $Id$

// This project also requires Qt, however it will work with both
// Qt 3.3.x and Qt 4.x so we will leave it up to the user to pull
// in the right Qt base projects.
project {
  includes += $(QWT_ROOT)/include
  libpaths += $(QWT_ROOT)/lib
  lit_libs += qwt
}