aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
blob: e49486f7e01afab10890c245fad7c7e2f5362b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET  = qtlabstemplatesplugin
TARGETPATH = Qt/labs/templates
IMPORT_VERSION = 1.0

QT += qml quick
QT += core-private gui-private qml-private quick-private labstemplates-private

OTHER_FILES += \
    qmldir

SOURCES += \
    $$PWD/qtlabstemplatesplugin.cpp

CONFIG += no_cxx_module
load(qml_plugin)