CMake for iOS. How to add custom launch screen file into Qt project?
Solved
Mobile and Embedded
-
Hello all!
When using QMAke for adding custom launch screen using this command:LAUNCHSCREEN_FILE = $$PWD/platforms/ios/LaunchScreen.storyboard OTHER_FILES += $$LAUNCHSCREEN_FILE LaunchScreen.files = $$files($$LAUNCHSCREEN_FILE) QMAKE_BUNDLE_DATA += LaunchScreen
What is the CMake version of this commands within the same functionality?
-
Found this doc https://doc-snapshots.qt.io/qt6-dev/ios-platform-notes.html it's for future 6.5 but there are working example