aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/templates.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-10 13:36:53 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-16 18:56:01 +0000
commite4799ad7217f95eb91323bbcf3ed8e87a11ac47d (patch)
treed8a88a6f2ebe07b2b7fdf97570fe92783cc67f00 /src/templates/templates.pro
parentf00c61126e7337bc9da88eefd47b689240fe39f5 (diff)
Rename libQtQuickControls to libQtQuickTemplates
Change-Id: I1e663bb7be2be8b3d4edf0c038862cc2150aec40 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/templates.pro')
-rw-r--r--src/templates/templates.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/templates/templates.pro b/src/templates/templates.pro
new file mode 100644
index 00000000..ab189d64
--- /dev/null
+++ b/src/templates/templates.pro
@@ -0,0 +1,16 @@
+TARGET = QtQuickTemplates
+MODULE = quicktemplates
+CONFIG += internal_module
+
+QT += quick
+QT += core-private gui-private qml-private quick-private
+
+DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
+
+QMAKE_DOCS = $$PWD/doc/qtquickcontrols2.qdocconf
+
+HEADERS += \
+ $$PWD/qtquicktemplatesglobal_p.h
+
+include(templates.pri)
+load(qt_module)