Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 11, 2024
1 parent db64816 commit 60808bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
with:
name: qgis-windows-qt6
path: |
build/*-win64.zip
build/*-win64.zip
4 changes: 2 additions & 2 deletions cmake/VcpkgInstallDeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ endif()
install(DIRECTORY "${PROJ_DATA_PATH}/" DESTINATION "${CMAKE_INSTALL_DATADIR}/proj")
install(DIRECTORY "${VCPKG_BASE_DIR}/share/gdal/" DESTINATION "${CMAKE_INSTALL_DATADIR}/gdal")
install(DIRECTORY "${VCPKG_BASE_DIR}/bin/Qca/" DESTINATION "bin/Qca") # QCA plugins
install(DIRECTORY "${VCPKG_BASE_DIR}/plugins/" DESTINATION "bin/plugins") # qt plugins
install(DIRECTORY "${VCPKG_BASE_DIR}/qml/" DESTINATION "bin/qml") # qt qml plugins
install(DIRECTORY "${VCPKG_BASE_DIR}/Qt6/plugins/" DESTINATION "bin/plugins") # qt plugins
install(DIRECTORY "${VCPKG_BASE_DIR}/Qt6/qml/" DESTINATION "bin/qml") # qt qml plugins
install(DIRECTORY "${VCPKG_BASE_DIR}/tools/python3/"
DESTINATION "bin"
PATTERN "*.sip" EXCLUDE)

0 comments on commit 60808bd

Please sign in to comment.