You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug")
set(qt5decpath ${CURRENT_PACKAGES_DIR}/share/qt5/debug/mkspecs/modules/qt_lib_qmldevtools_private.pri)
file(READ "${qt5decpath}" _contents)
string(REPLACE [[QT.qmldevtools_private.libs=$$QT_MODULE_HOST_LIB_BASE]] [[QT.qmldevtools_private.libs=$$QT_MODULE_LIB_BASE]] _contents "${_contents}")
file(WRITE "${qt5decpath}""${_contents}")
endif()
If you want to use a triplet to only build release and not debug.
Otherwise vcpkg install qt5-declarative:x64-windows will fail with the message:
CMake Error at ports/qt5-declarative/portfile.cmake:10 (file):
file failed to open for reading (No such file or directory):
Please feel free to make these suggested changes to vcpkg if they solve the issue.
I am not at liberty to sign the contributors agreement, so have not proposed a merge.
Easy pickup for someone with write access to the tree IMO. ⚽️
The text was updated successfully, but these errors were encountered:
https://github.com/microsoft/vcpkg/blob/master/ports/qt5-declarative/portfile.cmake
Becomes:
If you want to use a triplet to only build release and not debug.
Otherwise
vcpkg install qt5-declarative:x64-windows
will fail with the message:Please feel free to make these suggested changes to vcpkg if they solve the issue.
I am not at liberty to sign the contributors agreement, so have not proposed a merge.
Easy pickup for someone with write access to the tree IMO. ⚽️
The text was updated successfully, but these errors were encountered: