summaryrefslogtreecommitdiffstats
path: root/tests/manual/qrc/qrc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qrc/qrc.pro')
-rw-r--r--tests/manual/qrc/qrc.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/manual/qrc/qrc.pro b/tests/manual/qrc/qrc.pro
deleted file mode 100644
index a17882d7..00000000
--- a/tests/manual/qrc/qrc.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TEMPLATE = app
-TARGET = tst_qrc
-CONFIG += qt warn_on
-
-INSTALL_DIRS = qml
-CONFIG += qt3d_deploy_qml qt3dquick_deploy_pkg
-include(../../../pkg.pri)
-qtcAddDeployment()
-
-SOURCES += main.cpp
-
-OTHER_FILES += \
- qml/tst_cube.qml
-
-RESOURCES += \
- qrc.qrc
-