aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbagong <rs@bagong.de>2017-06-11 00:19:46 +0200
committerbagong <rs@bagong.de>2017-06-11 00:19:46 +0200
commita78809e77be6a4a2ae31ace726337e3ade8dcab9 (patch)
tree70c284b02e44a1f95339d9912f5d67612b9ec3e2
parent676f55ddda709b24e4f2df9a3e3b52404b7c04ec (diff)
downloadvcpkg-a78809e77be6a4a2ae31ace726337e3ade8dcab9.tar.gz
vcpkg-a78809e77be6a4a2ae31ace726337e3ade8dcab9.zip
Qwt: fix 'missing zlib1.dll'
-rw-r--r--ports/qwt/CONTROL2
-rw-r--r--ports/qwt/portfile.cmake3
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/qwt/CONTROL b/ports/qwt/CONTROL
index 7564c1c7b..dd6400764 100644
--- a/ports/qwt/CONTROL
+++ b/ports/qwt/CONTROL
@@ -1,4 +1,4 @@
Source: qwt
-Version: 6.1.3-1
+Version: 6.1.3-2
Description: Qt widgets library for technical applications
Build-Depends: qt5
diff --git a/ports/qwt/portfile.cmake b/ports/qwt/portfile.cmake
index 109c0bc7c..99f84425a 100644
--- a/ports/qwt/portfile.cmake
+++ b/ports/qwt/portfile.cmake
@@ -21,6 +21,9 @@ else()
)
endif()
+# The qwt build requires zlib1.dll
+SET(ENV{PATH} "$ENV{PATH};${CURRENT_INSTALLED_DIR}/bin;${CURRENT_INSTALLED_DIR}/debug/bin")
+
vcpkg_configure_qmake(
SOURCE_PATH ${SOURCE_PATH}
)