summary refs log tree commit diff
path: root/pkgs/development/libraries/qwt/prefix.diff
blob: a97efe5ab4a8c174f45ee55438f66491360dcf8c (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
diff --git a/qwtconfig.pri b/qwtconfig.pri
index 2be4a68..8625686 100644
--- a/qwtconfig.pri
+++ b/qwtconfig.pri
@@ -7,12 +7,14 @@ VER_MIN      = 2
 VER_PAT      = 1
 VERSION      = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
 
-unix {
-    INSTALLBASE    = /usr/local/qwt-5.2.1
-}
+isEmpty(INSTALLBASE) {
+    unix {
+        INSTALLBASE    = /usr/local/qwt-5.2.1
+    }
 
-win32 {
-    INSTALLBASE    = C:/Qwt-5.2.1
+    win32 {
+        INSTALLBASE    = C:/Qwt-5.2.1
+    }
 }
 
 target.path    = $$INSTALLBASE/lib