aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols2/testbench/testbench.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickcontrols2/testbench/testbench.pro')
-rw-r--r--tests/manual/quickcontrols2/testbench/testbench.pro24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/manual/quickcontrols2/testbench/testbench.pro b/tests/manual/quickcontrols2/testbench/testbench.pro
new file mode 100644
index 0000000000..4509f4967d
--- /dev/null
+++ b/tests/manual/quickcontrols2/testbench/testbench.pro
@@ -0,0 +1,24 @@
+TEMPLATE = app
+
+QT += qml quick quickcontrols2 quickcontrols2-private
+CONFIG += c++11
+
+HEADERS += \
+ assetfixer.h \
+ directoryvalidator.h \
+ clipboard.h
+
+SOURCES += main.cpp \
+ assetfixer.cpp \
+ directoryvalidator.cpp \
+ clipboard.cpp
+
+RESOURCES += qml.qrc \
+ fonts.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)
+