aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/quicktemplates2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/quicktemplates2.pro')
-rw-r--r--src/quicktemplates2/quicktemplates2.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/quicktemplates2/quicktemplates2.pro b/src/quicktemplates2/quicktemplates2.pro
new file mode 100644
index 00000000..59871a54
--- /dev/null
+++ b/src/quicktemplates2/quicktemplates2.pro
@@ -0,0 +1,14 @@
+TARGET = QtQuickTemplates2
+MODULE = quicktemplates2
+CONFIG += internal_module
+
+QT += quick
+QT_PRIVATE += core-private gui-private qml-private quick-private
+
+DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII
+
+HEADERS += \
+ $$PWD/qtquicktemplates2global_p.h
+
+include(quicktemplates2.pri)
+load(qt_module)