blob: ebe4cf0e81926932c136c599b971cd1024053a25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
This file is part of MXE.
See index.html for further information.
--- qwt-6.0.1/qwtconfig.pri 2011-08-01 16:34:05.000000000 +0200
+++ qwt-6.0.1/qwtconfig.pri 2011-12-03 10:14:53.371757822 +0100
@@ -23,7 +23,7 @@
}
win32 {
- QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
+# QWT_INSTALL_PREFIX = C:/Qwt-$$QWT_VERSION
}
QWT_INSTALL_DOCS = $${QWT_INSTALL_PREFIX}/doc
@@ -58,7 +58,7 @@
# it will be a static library.
######################################################################
-QWT_CONFIG += QwtDll
+#QWT_CONFIG += QwtDll
######################################################################
# QwtPlot enables all classes, that are needed to use the QwtPlot
|