summaryrefslogtreecommitdiff
path: root/x11-toolkits/qwt6/files/patch-qwtconfig.pri
blob: d0738fd4375d2c52a312b493beea086121b78456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--- ./qwtconfig.pri.orig	2008-05-01 17:43:56.000000000 +0400
+++ ./qwtconfig.pri	2008-05-03 02:21:17.000000000 +0400
@@ -8,7 +8,7 @@
 VERSION      = $$VER_MAJ.$$VER_MIN.$$VER_PAT
 
 unix {
-    INSTALLBASE    = /usr/local/qwt-5.1.1
+    INSTALLBASE    = $$PREFIX
 }
 
 win32 {
@@ -16,8 +16,7 @@
 }
 
 target.path    = $$INSTALLBASE/lib
-headers.path   = $$INSTALLBASE/include
-doc.path       = $$INSTALLBASE/doc
+headers.path   = $$INSTALLBASE/include/qwt
 
 ######################################################################
 # qmake internal options
@@ -97,7 +96,7 @@
 # QwtSVGItem.
 ######################################################################
 
-#CONFIG     += QwtSVGItem
+CONFIG     += QwtSVGItem
 
 ######################################################################
 # If you have a commercial license you can use the MathML renderer
@@ -114,7 +113,7 @@
 # Otherwise you have to build it from the designer directory.
 ######################################################################
 
-CONFIG     += QwtDesigner
+#CONFIG     += QwtDesigner
 
 ######################################################################
 # If you want to auto build the examples, enable the line below