68a0bd8592
The plugin depends on AssetLibrary.framework, which is only available for iOS. Change-Id: I798c87b57881210ced8e4a7399c1e45d130ee357 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
10 lines
492 B
Plaintext
10 lines
492 B
Plaintext
load(default_post)
|
|
|
|
!xcodebuild:equals(TEMPLATE, app):!isEmpty(QMAKE_INFO_PLIST) {
|
|
# Only link in photo library support if Info.plist contains
|
|
# NSPhotoLibraryUsageDescription. Otherwise it will be rejected from AppStore.
|
|
plist_path = $$absolute_path($$QMAKE_INFO_PLIST, $$_PRO_FILE_PWD_)
|
|
system("/usr/libexec/PlistBuddy -c 'Print NSPhotoLibraryUsageDescription' $$system_quote($$plist_path) &>/dev/null"): \
|
|
QTPLUGIN += qiosnsphotolibrarysupport
|
|
}
|