From: tobtoht Date: Thu, 5 Jan 2023 23:55:33 +0000 (+0100) Subject: depends: qt: windows: link openssl X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=c792ae783fd0ec3585da4d6f4372c53ce7282003;p=gamesguru%2Ffeather.git depends: qt: windows: link openssl --- diff --git a/contrib/depends/packages/qt.mk b/contrib/depends/packages/qt.mk index cd7db440..0045c1a4 100644 --- a/contrib/depends/packages/qt.mk +++ b/contrib/depends/packages/qt.mk @@ -181,7 +181,7 @@ $(package)_config_opts_arm_linux += -- -DCMAKE_TOOLCHAIN_FILE=gnueabihfToolchain $(package)_config_opts_aarch64_linux += -qt-host-path $(build_prefix)/qt-host $(package)_config_opts_aarch64_linux += -- -DCMAKE_TOOLCHAIN_FILE=aarch64Toolchain.cmake -DCMAKE_LIBRARY_PATH=$(HOME)/.guix-profile/lib -$(package)_config_opts_mingw32 = -no-opengl +$(package)_config_opts_mingw32 += -no-opengl $(package)_config_opts_mingw32 += -no-dbus $(package)_config_opts_mingw32 += -no-freetype $(package)_config_opts_mingw32 += -xplatform win32-g++