aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts/CMakeLists.txt
blob: f788bd3f5abd6c5a89604b8bc3912b926f50d598 (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
# Generated from layouts.pro.

#####################################################################
## qquicklayoutsplugin Plugin:
#####################################################################

qt_add_qml_module(qquicklayoutsplugin
    URI "QtQuick.Layouts"
    VERSION "1.15"
    DESIGNER_SUPPORTED
    CLASSNAME QtQuickLayoutsPlugin
    SKIP_TYPE_REGISTRATION
    GENERATE_QMLTYPES
    SOURCES
        plugin.cpp
        qquickgridlayoutengine.cpp qquickgridlayoutengine_p.h
        qquicklayout.cpp qquicklayout_p.h
        qquicklayoutstyleinfo.cpp qquicklayoutstyleinfo_p.h
        qquicklinearlayout.cpp qquicklinearlayout_p.h
        qquickstacklayout.cpp qquickstacklayout_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::QmlPrivate
        Qt::QuickPrivate
)

#### Keys ignored in scope 1:.:.:layouts.pro:<TRUE>:
# CXX_MODULE = "qml"
# IMPORT_VERSION = "1.15"
# TARGETPATH = "QtQuick/Layouts"