aboutsummaryrefslogtreecommitdiffstats
path: root/examples/labs/controls/theme/theme.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-30 17:47:36 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-01 09:03:42 +0000
commit3f2ac678971694fe6144a4e15197aff2ca38639b (patch)
tree06440cbf63932fb008f3aab29835b07d0310bada /examples/labs/controls/theme/theme.pro
parentb948c83255239a6fe49fca58a98f90e796ce9047 (diff)
Rename QtQuick.Controls 2.0 to Qt.labs.controls 1.0
Change-Id: I142622dd85e95ef70b11132e77ccf48701f2cabc Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'examples/labs/controls/theme/theme.pro')
-rw-r--r--examples/labs/controls/theme/theme.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/labs/controls/theme/theme.pro b/examples/labs/controls/theme/theme.pro
new file mode 100644
index 00000000..7672a2cb
--- /dev/null
+++ b/examples/labs/controls/theme/theme.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+TARGET = theme
+QT += quick
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ main.qml
+
+RESOURCES += \
+ theme.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/labs/controls/theme
+INSTALLS += target