summaryrefslogtreecommitdiff
path: root/config/qwt.mpb
blob: 07ab756acd566ab7b17c0df7f6747602d3fe2df7 (plain)
1
2
3
4
5
6
7
8
9
// -*- MPC -*-
// 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
}