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, 0 insertions, 24 deletions
diff --git a/tests/manual/quickcontrols2/testbench/testbench.pro b/tests/manual/quickcontrols2/testbench/testbench.pro
deleted file mode 100644
index 4509f496..00000000
--- a/tests/manual/quickcontrols2/testbench/testbench.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-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)
-