aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 16:21:54 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 15:28:17 +0000
commit3e13ea794d28b72b73b09d6a144b06053c0b5b12 (patch)
tree895e6ed9df9ae86d337e39afafc2a679a2d9135d /src/imports/templates/templates.pro
parenta60c8e60d508117ddf48876b44d31e6d5ab98da6 (diff)
Templates: rename the plugin to QtQuickTemplates2Plugin
Change-Id: I1e17d682cfbd2c7b1d6246a9fedf805f5b514cb3 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/templates.pro')
-rw-r--r--src/imports/templates/templates.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/templates/templates.pro b/src/imports/templates/templates.pro
index 57a88336..1edac4c3 100644
--- a/src/imports/templates/templates.pro
+++ b/src/imports/templates/templates.pro
@@ -1,4 +1,4 @@
-TARGET = qtquicktemplatesplugin
+TARGET = qtquicktemplates2plugin
TARGETPATH = Qt/labs/templates
IMPORT_VERSION = 1.0
@@ -11,7 +11,7 @@ OTHER_FILES += \
qmldir
SOURCES += \
- $$PWD/qtquicktemplatesplugin.cpp
+ $$PWD/qtquicktemplates2plugin.cpp
CONFIG += no_cxx_module
load(qml_plugin)