summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/.prev_CMakeLists.txt
blob: f23cf8c3004ae5abce49d9b57fdffbf4d5d2016f (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated from ios.pro.

#####################################################################
## qios Plugin:
#####################################################################

add_qt_plugin(qios
    TYPE platforms
    CLASS_NAME QIOSIntegrationPlugin
    SOURCES
        plugin.mm
        qiosapplicationdelegate.h qiosapplicationdelegate.mm
        qiosapplicationstate.h qiosapplicationstate.mm
        qiosbackingstore.h qiosbackingstore.mm
        qioscontext.h qioscontext.mm
        qioseventdispatcher.h qioseventdispatcher.mm
        qiosglobal.h qiosglobal.mm
        qiosinputcontext.h qiosinputcontext.mm
        qiosintegration.h qiosintegration.mm
        qiosplatformaccessibility.h qiosplatformaccessibility.mm
        qiosscreen.h qiosscreen.mm
        qiosservices.h qiosservices.mm
        qiostextresponder.h qiostextresponder.mm
        qiostheme.h qiostheme.mm
        qiosviewcontroller.h qiosviewcontroller.mm
        qioswindow.h qioswindow.mm
        quiaccessibilityelement.h quiaccessibilityelement.mm
        quiview.h quiview.mm
    LIBRARIES
        Qt::ClipboardSupportPrivate
        Qt::CorePrivate
        Qt::FontDatabaseSupportPrivate
        Qt::GraphicsSupportPrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        ${FWAudioToolbox}
        ${FWFoundation}
        ${FWQuartzCore}
        ${FWUIKit}
        Qt::ClipboardSupport
        Qt::Core
        Qt::FontDatabaseSupport
        Qt::GraphicsSupport
        Qt::Gui
)

#### Keys ignored in scope 2:.:.:kernel.pro:<TRUE>:
# OTHER_FILES = "quiview_textinput.mm" "quiview_accessibility.mm"
# PLUGIN_CLASS_NAME = "QIOSIntegrationPlugin"
# PLUGIN_TYPE = "platforms"
# _LOADED = "qt_plugin"

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

#### Keys ignored in scope 3:.:.:kernel.pro:QT_FEATURE_shared:
# CONFIG = "static"

extend_target(qios CONDITION NOT APPLE_TVOS
    SOURCES
        qiosclipboard.h qiosclipboard.mm
        qiosfiledialog.h qiosfiledialog.mm
        qiosmenu.h qiosmenu.mm
        qiosmessagedialog.h qiosmessagedialog.mm
        qiostextinputoverlay.h qiostextinputoverlay.mm
    PUBLIC_LIBRARIES
        ${FWAssetsLibrary}
)

#### Keys ignored in scope 5:.:.:kernel.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
# PLUGIN_EXTENDS = "-"
add_subdirectory(optional)

    if(QT_FEATURE_shared)
    endif()

    if(NOT APPLE_TVOS)
    endif()

    if(NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN)
    endif()