diff --git a/ports/qwt/CONTROL b/ports/qwt/CONTROL index 7564c1c7be..dd64007649 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 109c0bc7cf..99f84425ae 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} )