|
|
|
@ -33,7 +33,7 @@ LinuxBuild {
@@ -33,7 +33,7 @@ LinuxBuild {
|
|
|
|
|
CONFIG += link_pkgconfig |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# QGC QtLocation plugin |
|
|
|
|
# QGC QtLocation plugin (for ios, it's all compiled in with the rest.) |
|
|
|
|
|
|
|
|
|
!ios { |
|
|
|
|
LIBS += -L$${LOCATION_PLUGIN_DESTDIR} |
|
|
|
@ -86,10 +86,8 @@ MacBuild {
@@ -86,10 +86,8 @@ MacBuild {
|
|
|
|
|
iOSBuild { |
|
|
|
|
QMAKE_INFO_PLIST = $${BASEDIR}/ios/iOS-Info.plist |
|
|
|
|
OTHER_FILES += $${BASEDIR}/ios/iOS-Info.plist |
|
|
|
|
ios_icon.files = $$files($$PWD/ios/AppIcon*.png) |
|
|
|
|
QMAKE_BUNDLE_DATA += ios_icon |
|
|
|
|
app_launch_images.files = $$PWD/ios/LaunchScreen.xib |
|
|
|
|
QMAKE_BUNDLE_DATA += app_launch_images |
|
|
|
|
BUNDLE.files = $$files($$PWD/ios/AppIcon*.png) $$PWD/ios/LaunchScreen.xib |
|
|
|
|
QMAKE_BUNDLE_DATA += BUNDLE |
|
|
|
|
#-- TODO: Add iTunesArtwork |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|