aboutsummaryrefslogtreecommitdiff
path: root/ports/qttools
diff options
context:
space:
mode:
Diffstat (limited to 'ports/qttools')
-rw-r--r--ports/qttools/portfile.cmake6
-rw-r--r--ports/qttools/vcpkg.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/qttools/portfile.cmake b/ports/qttools/portfile.cmake
index f65cf8ce1..c621e0c93 100644
--- a/ports/qttools/portfile.cmake
+++ b/ports/qttools/portfile.cmake
@@ -86,9 +86,9 @@ if(VCPKG_TARGET_IS_OSX)
endif()
set(configfile "${CURRENT_PACKAGES_DIR}/share/Qt6ToolsTools/Qt6ToolsToolsTargets-debug.cmake")
-if(EXISTS "${configfile}" AND EXISTS "${CURRENT_PACKAGES_DIR}/tools/qt6/bin/windeployqt.exe")
- file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/windeployqt.debug.bat" DESTINATION "${CURRENT_PACKAGES_DIR}/tools/qt6/bin")
+if(EXISTS "${configfile}" AND EXISTS "${CURRENT_PACKAGES_DIR}/tools/Qt6/bin/windeployqt.exe")
+ file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/windeployqt.debug.bat" DESTINATION "${CURRENT_PACKAGES_DIR}/tools/Qt6/bin")
file(READ "${configfile}" _contents)
- string(REPLACE [[${_IMPORT_PREFIX}/tools/qt6/bin/windeployqt.exe]] [[${_IMPORT_PREFIX}/tools/qt6/bin/windeployqt.debug.bat]] _contents "${_contents}")
+ string(REPLACE [[${_IMPORT_PREFIX}/tools/Qt6/bin/windeployqt.exe]] [[${_IMPORT_PREFIX}/tools/Qt6/bin/windeployqt.debug.bat]] _contents "${_contents}")
file(WRITE "${configfile}" "${_contents}")
endif()
diff --git a/ports/qttools/vcpkg.json b/ports/qttools/vcpkg.json
index 86d9efa48..7567f2220 100644
--- a/ports/qttools/vcpkg.json
+++ b/ports/qttools/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "qttools",
- "version-semver": "6.1.0",
+ "version-semver": "6.1.1",
"description": "Qt Tools",
"homepage": "https://www.qt.io/",
"dependencies": [