summaryrefslogtreecommitdiff
path: root/config/qwt.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-09-12 18:54:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-09-12 18:54:14 +0000
commitee199717acab41d4f4c1b8f9acf164bf4a376414 (patch)
tree65d00c73b9bcf35b7329cef75336215d708ec850 /config/qwt.mpb
parentf298c0fab2e917804dada31da52c7aba730d1b20 (diff)
downloadMPC-ee199717acab41d4f4c1b8f9acf164bf4a376414.tar.gz
ChangeLogTag: Wed Sep 12 18:55:35 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/qwt.mpb')
-rw-r--r--config/qwt.mpb11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/qwt.mpb b/config/qwt.mpb
new file mode 100644
index 00000000..7a616e78
--- /dev/null
+++ b/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
+}