aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
blob: 52e4d03a1bd3da96e598255abcb5f8905acfb879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = qtquicktemplates2plugin
TARGETPATH = QtQuick/Templates
QML_IMPORT_VERSION = $$QT_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)