Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Oct 11, 2023
1 parent d274899 commit 28f9a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds_mobile_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
# Build application
- name: Build application
run: |
echo "QT_HOST_PATH=${{env.QT_HOST_PATH}}"
export QT_HOST_PATH=${{env.QT_HOST_PATH}}
qt-cmake -B build/ -G Xcode \
-DQT_HOST_PATH=${{env.QT_HOST_PATH}} \
-DCMAKE_SYSTEM_NAME=iOS \
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ endif()

## iOS
if(IOS)
set(IPHONEOS_DEPLOYMENT_TARGET "12.0")

target_link_libraries(QmlAppTemplate PRIVATE
Qt::GuiPrivate
"-framework UIKit"
Expand Down

0 comments on commit 28f9a4a

Please sign in to comment.