You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.5 KiB
47 lines
1.5 KiB
18 years ago
|
diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
|
||
|
--- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200
|
||
|
+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200
|
||
|
@@ -92,7 +92,7 @@
|
||
|
RESOURCES += \
|
||
|
qwt_designer_plugin.qrc
|
||
|
|
||
|
- target.path = $$[QT_INSTALL_PLUGINS]/designer
|
||
|
+ target.path = QTDESIGNERPATH
|
||
|
INSTALLS += target
|
||
|
}
|
||
|
|
||
|
diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
|
||
|
--- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200
|
||
|
+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200
|
||
|
@@ -1,18 +1,6 @@
|
||
|
-######################################################################
|
||
|
-# Install paths
|
||
|
-######################################################################
|
||
|
-
|
||
|
-unix {
|
||
|
- INSTALLBASE = /usr/local/qwt-5.0.2
|
||
|
-}
|
||
|
-
|
||
|
-win32 {
|
||
|
- INSTALLBASE = C:/Qwt-5.0.2
|
||
|
-}
|
||
|
-
|
||
|
-target.path = $$INSTALLBASE/lib
|
||
|
-headers.path = $$INSTALLBASE/include
|
||
|
-doc.path = $$INSTALLBASE/doc
|
||
|
+target.path = LIBPATH
|
||
|
+headers.path = HEADERPATH
|
||
|
+doc.path = DOCKPATH
|
||
|
|
||
|
######################################################################
|
||
|
# qmake internal options
|
||
|
@@ -58,7 +46,7 @@
|
||
|
# QwtSVGItem.
|
||
|
######################################################################
|
||
|
|
||
|
-#CONFIG += QwtSVGItem
|
||
|
+CONFIG += QwtSVGItem
|
||
|
|
||
|
######################################################################
|
||
|
# If you have a commercial license you can use the MathML renderer
|