aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-16 16:37:02 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:51:12 +0000
commita0d44a16535cc6e751045185e40bbd6c6edaf87a (patch)
tree9a9251ad017e5f65f9017d83510ae0d438997c8c /src/imports/templates/templates.pro
parent3b73180ca021411a08fab64a3e49e15ba234aa9e (diff)
Rename Qt Labs Controls to Qt Quick Controls 2 - build system
The imports will be done later, as we don't want to change them until the module is releasable (which requires things like selection handles, etc.). Change-Id: I2140cff7058fc3b696e92ca8c0e5e06dca9a7c9c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/templates.pro')
-rw-r--r--src/imports/templates/templates.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/templates/templates.pro b/src/imports/templates/templates.pro
index 0e48168c..f3dd85c9 100644
--- a/src/imports/templates/templates.pro
+++ b/src/imports/templates/templates.pro
@@ -1,9 +1,9 @@
-TARGET = qtlabstemplatesplugin
+TARGET = qtquicktemplatesplugin
TARGETPATH = Qt/labs/templates
IMPORT_VERSION = 1.0
QT += qml quick
-QT_PRIVATE += core-private gui-private qml-private quick-private labstemplates-private
+QT_PRIVATE += core-private gui-private qml-private quick-private quicktemplates-private
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
@@ -11,7 +11,7 @@ OTHER_FILES += \
qmldir
SOURCES += \
- $$PWD/qtlabstemplatesplugin.cpp
+ $$PWD/qtquicktemplatesplugin.cpp
CONFIG += no_cxx_module
load(qml_plugin)