aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/templates.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/templates.pro')
-rw-r--r--src/templates/templates.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/templates.pro b/src/templates/templates.pro
index 36273577..f28a82ab 100644
--- a/src/templates/templates.pro
+++ b/src/templates/templates.pro
@@ -1,5 +1,5 @@
-TARGET = QtLabsTemplates
-MODULE = labstemplates
+TARGET = QtQuickTemplates
+MODULE = quicktemplates
CONFIG += internal_module
QT += quick
@@ -8,7 +8,7 @@ QT_PRIVATE += core-private gui-private qml-private quick-private
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
HEADERS += \
- $$PWD/qtlabstemplatesglobal_p.h
+ $$PWD/qtquicktemplatesglobal_p.h
include(templates.pri)
load(qt_module)