2017-01-06 06:39:00 +08:00
|
|
|
diff --git a/qwtconfig.pri b/qwtconfig.pri
|
2019-08-02 08:54:45 +08:00
|
|
|
index 1fe6055..441c69b 100644
|
2017-01-06 06:39:00 +08:00
|
|
|
--- a/qwtconfig.pri
|
|
|
|
+++ b/qwtconfig.pri
|
2019-08-02 08:54:45 +08:00
|
|
|
@@ -72,7 +72,10 @@ QWT_INSTALL_FEATURES = $${QWT_INSTALL_PREFIX}/features
|
2017-01-06 06:39:00 +08:00
|
|
|
# it will be a static library.
|
|
|
|
######################################################################
|
|
|
|
|
2019-08-02 08:54:45 +08:00
|
|
|
+CONFIG(dynamic, dynamic|static) {
|
|
|
|
+
|
|
|
|
QWT_CONFIG += QwtDll
|
|
|
|
+}
|
2017-01-06 06:39:00 +08:00
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# QwtPlot enables all classes, that are needed to use the QwtPlot
|