CMake for iOS. How to add Info.plist file into Qt project with CMake?
-
Hello all!
When developing for iOS with QMake used this commands for adding Info.plist file:QMAKE_INFO_PLIST = $$PWD/platforms/ios/Info.plist OTHER_FILES += $$QMAKE_INFO_PLIST
How to add this file when using CMake for iOS with Qt?
-
@jsulm said in CMake for iOS. How to add Info.plist file into Qt project with CMake?:
Thx a lot. Already found it. Mentioned it in previous message it's in new version of documentation for Qt 6.5 https://doc-snapshots.qt.io/qt6-dev/ios-platform-notes.html Forgotten to change this issues status. Issue solved.