summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/optional/nsphotolibrarysupport/CMakeLists.txt
blob: 45f6e588d5a0f3307376800263bf83f963221d3d (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
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from nsphotolibrarysupport.pro.

#####################################################################
## QIosOptionalPlugin_NSPhotoLibrary Plugin:
#####################################################################

qt_internal_add_plugin(QIosOptionalPlugin_NSPhotoLibraryPlugin
    OUTPUT_NAME qiosnsphotolibrarysupport
    PLUGIN_TYPE platforms/darwin
    CLASS_NAME QIosOptionalPlugin_NSPhotoLibrary
    DEFAULT_IF FALSE
    SOURCES
        plugin.mm
        qiosfileengineassetslibrary.h qiosfileengineassetslibrary.mm
        qiosfileenginefactory.h
        qiosimagepickercontroller.h qiosimagepickercontroller.mm
    LIBRARIES
        ${FWAssetsLibrary}
        ${FWFoundation}
        ${FWUIKit}
        Qt::Core
        Qt::Gui
        Qt::GuiPrivate
)

# special case begin
set_target_properties(QIosOptionalPlugin_NSPhotoLibraryPlugin
    PROPERTIES
        DISABLE_PRECOMPILE_HEADERS ON
)
# special case end


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

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