summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/qwt.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/qwt.mpb')
-rw-r--r--ACE/MPC/config/qwt.mpb11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/MPC/config/qwt.mpb b/ACE/MPC/config/qwt.mpb
new file mode 100644
index 00000000000..7a616e78926
--- /dev/null
+++ b/ACE/MPC/config/qwt.mpb
@@ -0,0 +1,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
+}