aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/testbench/testbench.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-10-21 15:01:33 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-10-21 13:36:36 +0000
commit8e1df766cf9e74661b50de4f4ed489af5b4edfc8 (patch)
tree690eed7ebb2c536053b93f3b6dbbe40d7c3fa4a7 /tests/manual/testbench/testbench.pro
parent0d220ed532cd3a034e754d7a0cca21c04f27744d (diff)
Add testbench as a manual test
This allows us to see every state for each control, and will help with collaboration with designers. Change-Id: I5589b05ef3abf768d26f14bbd85aa674107d956b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/manual/testbench/testbench.pro')
-rw-r--r--tests/manual/testbench/testbench.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/manual/testbench/testbench.pro b/tests/manual/testbench/testbench.pro
new file mode 100644
index 00000000..92eef0a0
--- /dev/null
+++ b/tests/manual/testbench/testbench.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+
+QT += qml quick
+CONFIG += c++11
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc
+
+# Additional import path used to resolve QML modules in Qt Creator's code model
+QML_IMPORT_PATH =
+
+# Default rules for deployment.
+include(deployment.pri)
+