Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 3, 2024
1 parent f229a0a commit 70c88a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ios_qt6.yml
Expand Up @@ -99,6 +99,7 @@ jobs:
-D QT_IOS_PROVISIONING_PROFILE_SPECIFIER="${{ env.IOS_PROVISIONING_PROFILE_SPECIFIER }}" \
-D QT_IOS_EXPORT_METHOD="${{ env.IOS_EXPORT_METHOD }}" \
-D IOS_APP_IDENTIFIER="${{ env.IOS_APP_IDENTIFIER }}" \
-D Qt6QmlImportScanner_DIR:PATH="/Users/runner/builddir/vcpkg_installed/x64-osx/share/Qt6QmlImportScanner" \
-D CMAKE_SYSTEM_NAME=iOS \
-D CMAKE_SYSTEM_PROCESSOR=aarch64 \
-D CMAKE_OSX_DEPLOYMENT_TARGET=${{ env.DEPLOYMENT_TARGET }} \
Expand Down
2 changes: 1 addition & 1 deletion cmake/qgis-cmake-wrapper.cmake
Expand Up @@ -64,7 +64,7 @@ endfunction()
#endif()

if(CMAKE_SYSTEM_NAME STREQUAL "iOS")
target_compile_definitions(QGIS::Core PUBLIC QT_NO_PRINTER=1)
target_compile_definitions(QGIS::Core INTERFACE QT_NO_PRINTER=1)
endif()

if(TRUE) # Should possibly have a "static only" check
Expand Down

0 comments on commit 70c88a9

Please sign in to comment.