aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/extras/extras.pro
blob: 675a058f4373a39fe937c98a9c33d21e87635f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET  = qtquickextras2plugin
TARGETPATH = QtQuick/Extras.2
IMPORT_VERSION = 2.0

QT += qml quick
QT += core-private gui-private qml-private quick-private quickcontrols2-private quickextras2-private

OTHER_FILES += \
    qmldir

QML_FILES = \
    Drawer.qml \
    SwipeView.qml

SOURCES += \
    $$PWD/qtquickextras2plugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)