From e08db20db9220d00b556ddd0da889981b4fff59e Mon Sep 17 00:00:00 2001 From: stfnp Date: Wed, 10 Apr 2019 11:34:48 +0200 Subject: [PATCH 1/2] Add missing dependency for static Qt builds --- ports/qt5-base/vcpkg-cmake-wrapper.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/qt5-base/vcpkg-cmake-wrapper.cmake b/ports/qt5-base/vcpkg-cmake-wrapper.cmake index 64496cec09..6b5727755d 100644 --- a/ports/qt5-base/vcpkg-cmake-wrapper.cmake +++ b/ports/qt5-base/vcpkg-cmake-wrapper.cmake @@ -35,7 +35,7 @@ if("${_target_type}" STREQUAL "STATIC_LIBRARY") if(MSVC) set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_LINK_LIBRARIES - Netapi32.lib Ws2_32.lib Mincore.lib Winmm.lib Iphlpapi.lib Wtsapi32.lib Dwmapi.lib) + Netapi32.lib Ws2_32.lib Mincore.lib Winmm.lib Iphlpapi.lib Wtsapi32.lib Dwmapi.lib Imm32.lib) add_qt_library(Qt5::Core Qt5WindowsUIAutomationSupport qwindows qdirect2d) @@ -63,4 +63,4 @@ if("${_target_type}" STREQUAL "STATIC_LIBRARY") qcocoa) endif() -endif() \ No newline at end of file +endif() From 29be95a5e58d00ecd6ec85ff66171d0d3d19ccd0 Mon Sep 17 00:00:00 2001 From: stfnp Date: Thu, 11 Apr 2019 10:01:51 +0200 Subject: [PATCH 2/2] Bumb version number for qt5-base port --- ports/qt5-base/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/qt5-base/CONTROL b/ports/qt5-base/CONTROL index 8d1e6b8f6a..7574d011de 100644 --- a/ports/qt5-base/CONTROL +++ b/ports/qt5-base/CONTROL @@ -1,4 +1,4 @@ Source: qt5-base -Version: 5.12.1-3 +Version: 5.12.1-4 Description: Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components. Build-Depends: zlib, libjpeg-turbo, libpng, freetype, pcre2, harfbuzz, sqlite3, libpq, double-conversion, openssl