aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
blob: 3447ef906367e2dcc1cf4f99fcc3dc109b8f35f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = qtquicktemplates2plugin
TARGETPATH = QtQuick/Templates.2
IMPORT_VERSION = 2.$$QT_MINOR_VERSION

QT += qml quick
QT_PRIVATE += core-private gui-private qml-private quick-private quicktemplates2-private

DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

OTHER_FILES += \
    qmldir

SOURCES += \
    $$PWD/qtquicktemplates2plugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)