mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
Qwt: fix 'missing zlib1.dll'
This commit is contained in:
parent
676f55ddda
commit
a78809e77b
@ -1,4 +1,4 @@
|
|||||||
Source: qwt
|
Source: qwt
|
||||||
Version: 6.1.3-1
|
Version: 6.1.3-2
|
||||||
Description: Qt widgets library for technical applications
|
Description: Qt widgets library for technical applications
|
||||||
Build-Depends: qt5
|
Build-Depends: qt5
|
||||||
|
@ -21,6 +21,9 @@ else()
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# The qwt build requires zlib1.dll
|
||||||
|
SET(ENV{PATH} "$ENV{PATH};${CURRENT_INSTALLED_DIR}/bin;${CURRENT_INSTALLED_DIR}/debug/bin")
|
||||||
|
|
||||||
vcpkg_configure_qmake(
|
vcpkg_configure_qmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user