summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/optional/nsphotolibrarysupport/CMakeLists.txt
blob: 5adac3cabbf4b0dce1f750d6dac8d8806e5bf089 (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
27
28
29
30
# Generated from nsphotolibrarysupport.pro.

#####################################################################
## qiosnsphotolibrarysupport Plugin:
#####################################################################

add_qt_plugin(qiosnsphotolibrarysupport
    TYPE platforms/darwin
    CLASS_NAME QIosOptionalPlugin_NSPhotoLibrary
    SOURCES
        plugin.mm
        qiosfileengineassetslibrary.h qiosfileengineassetslibrary.mm
        qiosfileenginefactory.h
        qiosimagepickercontroller.h qiosimagepickercontroller.mm
    LIBRARIES
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        ${FWAssetsLibrary}
        ${FWFoundation}
        ${FWUIKit}
        Qt::Core
        Qt::Gui
)

#### Keys ignored in scope 1:.:.:nsphotolibrarysupport.pro:<TRUE>:
# OTHER_FILES = "plugin.json"
# PLUGIN_EXTENDS = "-"

## Scopes:
#####################################################################