aboutsummaryrefslogtreecommitdiff
path: root/ports/qwt/fix-dynamic-static.patch
blob: b608681f2ecc03335ba0156dd79af1c9a846e52b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/qwtconfig.pri b/qwtconfig.pri
index 1fe6055..441c69b 100644
--- a/qwtconfig.pri
+++ b/qwtconfig.pri
@@ -72,7 +72,10 @@ QWT_INSTALL_FEATURES  = $${QWT_INSTALL_PREFIX}/features
 # it will be a static library.
 ######################################################################
 
+CONFIG(dynamic, dynamic|static) {
+
 QWT_CONFIG           += QwtDll
+}
 
 ######################################################################
 # QwtPlot enables all classes, that are needed to use the QwtPlot