blob: fd81cf506d50dea4a22ab50aa3939f3344c4e73d (
plain)
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
|
--- qwtconfig.pri 2016-12-13 10:08:11.000000000 -0200
+++ qwtconfig.pri.new 2016-12-13 10:07:49.000000000 -0200
@@ -8,7 +8,7 @@
VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
unix {
- INSTALLBASE = /usr/local/qwt-$$VERSION
+ INSTALLBASE = /usr
}
win32 {
@@ -16,7 +16,7 @@
}
target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include
+headers.path = $$INSTALLBASE/include/qwt5
doc.path = $$INSTALLBASE/doc
######################################################################
@@ -64,7 +64,7 @@
######################################################################
DEBUG_SUFFIX =
-RELEASE_SUFFIX =
+RELEASE_SUFFIX = 5
win32 {
DEBUG_SUFFIX = d
@@ -98,7 +98,7 @@
# QwtSVGItem.
######################################################################
-#CONFIG += QwtSVGItem
+CONFIG += QwtSVGItem
######################################################################
# You can use the MathML renderer of the Qt solutions package to
|