diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-01-06 13:41:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 13:41:01 -0800 |
| commit | d4d3133afcf58e68f3272189b6376043cee7fb11 (patch) | |
| tree | 34ee83a00d81a2acba03a98b00b478a6647ed9d5 /ports/qwt/build-shared-lib.patch | |
| parent | 4be24efa52605ea97076137e150a1d4e307f680e (diff) | |
| parent | 3cad0111fbe288da3ee0dd525447125bbf76f707 (diff) | |
| download | vcpkg-d4d3133afcf58e68f3272189b6376043cee7fb11.tar.gz vcpkg-d4d3133afcf58e68f3272189b6376043cee7fb11.zip | |
Merge pull request #494 from traversaro/add-qwt
Add qwt port
Diffstat (limited to 'ports/qwt/build-shared-lib.patch')
| -rw-r--r-- | ports/qwt/build-shared-lib.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/qwt/build-shared-lib.patch b/ports/qwt/build-shared-lib.patch new file mode 100644 index 000000000..2a8447d52 --- /dev/null +++ b/ports/qwt/build-shared-lib.patch @@ -0,0 +1,13 @@ +diff --git a/qwtconfig.pri b/qwtconfig.pri +index 756231a..2dc3715 100644 +--- a/qwtconfig.pri ++++ b/qwtconfig.pri +@@ -72,7 +72,7 @@ QWT_INSTALL_FEATURES = $${QWT_INSTALL_PREFIX}/features + # it will be a static library. + ###################################################################### + +-# QWT_CONFIG += QwtDll ++QWT_CONFIG += QwtDll + + ###################################################################### + # QwtPlot enables all classes, that are needed to use the QwtPlot |
