diff options
author | Caroline Chao <[email protected]> | 2015-06-08 09:18:41 +0200 |
---|---|---|
committer | Caroline Chao <[email protected]> | 2015-07-02 11:17:30 +0000 |
commit | 35d72a2eba7456a2efc5eb8b77afbc00f69ba0ac (patch) | |
tree | 3f1c47e6ebaddaa3bda032d2cc50172a0eada2e0 /QtDemo/QtDemo.pro | |
parent | 6178748a6ea34df40a8e3c9ce67137e33383bb0e (diff) |
Release to store with 5.4.1
Update images for iOS (to fulfill the App Store requirements)
Change-Id: Iec0a951f5859940d0f8c61d21a2ce34f3d345b35
Reviewed-by: Richard Moe Gustavsen <[email protected]>
Diffstat (limited to 'QtDemo/QtDemo.pro')
-rw-r--r-- | QtDemo/QtDemo.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/QtDemo/QtDemo.pro b/QtDemo/QtDemo.pro index b4c175d..2ac498b 100644 --- a/QtDemo/QtDemo.pro +++ b/QtDemo/QtDemo.pro @@ -4,7 +4,8 @@ QT += qml quick xmlpatterns sql svg multimedia SOURCES += main.cpp -RESOURCES += qml.qrc +ios: RESOURCES += qml_ios.qrc +!ios: RESOURCES += qml.qrc # Additional import path used to resolve QML modules in Qt Creator's code model QML_IMPORT_PATH = |