41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
--- a/qwtconfig.pri
|
|
+++ b/qwtconfig.pri
|
|
@@ -19,7 +19,7 @@
|
|
QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX]
|
|
|
|
unix {
|
|
- QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION
|
|
+ QWT_INSTALL_PREFIX = /usr
|
|
# QWT_INSTALL_PREFIX = /usr/local/qwt-$$QWT_VERSION-qt-$$QT_VERSION
|
|
}
|
|
|
|
@@ -28,8 +28,8 @@
|
|
# QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION-qt-$$QT_VERSION
|
|
}
|
|
|
|
-QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc
|
|
-QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include
|
|
+QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/share/doc/qwt
|
|
+QWT_INSTALL_HEADERS = $${QWT_INSTALL_PREFIX}/include/qwt
|
|
QWT_INSTALL_LIBS = $${QWT_INSTALL_PREFIX}/lib
|
|
|
|
######################################################################
|
|
@@ -49,7 +49,7 @@
|
|
# path. Also QT_INSTALL_PREFIX is only one of the default
|
|
# search paths of the designer - not the Qt creator
|
|
|
|
-#QWT_INSTALL_PLUGINS = $$[QT_INSTALL_PREFIX]/plugins/designer
|
|
+QWT_INSTALL_PLUGINS = /usr/lib/qt$${QT_MAJOR_VERSION}/plugins/designer
|
|
|
|
######################################################################
|
|
# Features
|
|
@@ -64,7 +64,7 @@
|
|
######################################################################
|
|
|
|
QWT_INSTALL_FEATURES = $${QWT_INSTALL_PREFIX}/features
|
|
-# QWT_INSTALL_FEATURES = $$[QT_INSTALL_PREFIX]/features
|
|
+QWT_INSTALL_FEATURES = /usr/lib/qt$${QT_MAJOR_VERSION}/mkspecs/features
|
|
|
|
######################################################################
|
|
# Build the static/shared libraries.
|