aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/layouts/layouts.pro
blob: 1ae269da323e55fc0ff12300cf9e5c9412a7c197 (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
CXX_MODULE = qml
TARGET  = qquicklayoutsplugin
TARGETPATH = QtQuick/Layouts
QML_IMPORT_VERSION = $$QT_VERSION

QT *= qml-private quick-private gui-private core-private

SOURCES += plugin.cpp \
    qquicklayout.cpp \
    qquicklinearlayout.cpp \
    qquickstacklayout.cpp \
    qquickgridlayoutengine.cpp \
    qquicklayoutstyleinfo.cpp

HEADERS += \
    qquicklayout_p.h \
    qquicklinearlayout_p.h \
    qquickstacklayout_p.h \
    qquickgridlayoutengine_p.h \
    qquicklayoutstyleinfo_p.h

CONFIG += qmltypes install_qmltypes

load(qml_plugin)