blob: 54cbb2ec2f6b45e2f05757da82f9a24f6bbd9ead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff -Nur qwt-5.1.1.orig/qwtconfig.pri qwt-5.1.1/qwtconfig.pri
--- qwt-5.1.1.orig/qwtconfig.pri 2008-05-24 11:47:36.000000000 -0500
+++ qwt-5.1.1/qwtconfig.pri 2009-06-25 02:06:19.375460237 -0500
@@ -8,14 +8,14 @@
VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT
unix {
- INSTALLBASE = /usr/local/qwt-5.1.1
+ INSTALLBASE = /usr
}
win32 {
INSTALLBASE = C:/Qwt-5.1.1
}
-target.path = $$INSTALLBASE/lib
+target.path = $$INSTALLBASE/@BASELIBDIR@
headers.path = $$INSTALLBASE/include
doc.path = $$INSTALLBASE/doc
|