Skip to content

Commit

Permalink
Set host path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 3, 2024
1 parent 39d941b commit 2176e9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -160,6 +160,10 @@ if(ANDROID)
set(QT_HOST_PATH "${VCPKG_INSTALLED_DIR}/x64-linux")
set(QT_HOST_PATH_CMAKE_DIR "${VCPKG_INSTALLED_DIR}/x64-linux/share")
message(STATUS "QT_HOST_PATH: ${QT_HOST_PATH}")
elseif(CMAKE_SYSTEM_NAME STREQUAL "iOS")
set(QT_HOST_PATH "${VCPKG_INSTALLED_DIR}/x64-osx")
set(QT_HOST_PATH_CMAKE_DIR "${VCPKG_INSTALLED_DIR}/x64-osx/share")
message(STATUS "QT_HOST_PATH: ${QT_HOST_PATH}")
endif()

set(ENABLE_TESTS CACHE BOOL "Build unit tests")
Expand Down

0 comments on commit 2176e9e

Please sign in to comment.