2010-11-06 20:26:13 -04:00
|
|
|
$OpenBSD: patch-qwtconfig_pri,v 1.2 2010/11/07 00:26:14 merdely Exp $
|
|
|
|
--- qwtconfig.pri.orig Sun Apr 11 05:55:06 2010
|
|
|
|
+++ qwtconfig.pri Tue Oct 26 04:57:31 2010
|
|
|
|
@@ -8,7 +8,7 @@ VER_PAT = 1
|
|
|
|
VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
|
2007-09-13 21:19:24 -04:00
|
|
|
|
|
|
|
unix {
|
2010-11-06 20:26:13 -04:00
|
|
|
- INSTALLBASE = /usr/local/qwt-5.2.1
|
|
|
|
+ INSTALLBASE = ${WRKINST}${PREFIX}
|
2007-09-13 21:19:24 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
win32 {
|
2010-11-06 20:26:13 -04:00
|
|
|
@@ -17,7 +17,7 @@ win32 {
|
2007-09-13 21:19:24 -04:00
|
|
|
|
|
|
|
target.path = $$INSTALLBASE/lib
|
|
|
|
headers.path = $$INSTALLBASE/include
|
|
|
|
-doc.path = $$INSTALLBASE/doc
|
|
|
|
+doc.path = $$INSTALLBASE/share/doc/qwt
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# qmake internal options
|