blob: 1a5dc71244f16f7036633f80d723a2b54031a69b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff --git a/3rdparty/qwt/qwtconfig.pri b/3rdparty/qwt/qwtconfig.pri
index ab13f68..95b8d69 100755
--- a/3rdparty/qwt/qwtconfig.pri
+++ b/3rdparty/qwt/qwtconfig.pri
@@ -7,18 +7,6 @@ VER_MIN = 2
VER_PAT = 0
VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
-unix {
- INSTALLBASE = /usr/local/qwt-5.2.0
-}
-
-win32 {
- INSTALLBASE = C:/Qwt-5.2.0
-}
-
-target.path = $$INSTALLBASE/lib
-headers.path = $$INSTALLBASE/include
-doc.path = $$INSTALLBASE/doc
-
######################################################################
# qmake internal options
######################################################################
|