summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/optional/nsphotolibrarysupport/nsphotolibrarysupport.pro
blob: 7379765599ebb4dac1d2f3545663d8f99fbb0383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET = qiosnsphotolibrarysupport

# QTBUG-42937: Since the iOS plugin (kernel) is
# static, this plugin needs to be static as well.
qtConfig(shared): CONFIG += static

QT += core gui gui-private
LIBS += -framework Foundation -framework UIKit -framework AssetsLibrary

HEADERS = \
        qiosfileengineassetslibrary.h \
        qiosfileenginefactory.h \
        qiosimagepickercontroller.h

OBJECTIVE_SOURCES = \
        plugin.mm \
        qiosfileengineassetslibrary.mm \
        qiosimagepickercontroller.mm \

OTHER_FILES = \
        plugin.json

PLUGIN_CLASS_NAME = QIosOptionalPlugin_NSPhotoLibrary
PLUGIN_EXTENDS = -
PLUGIN_TYPE = platforms/darwin
load(qt_plugin)