summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qraycaster/qraycaster.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/qraycaster/qraycaster.pro')
-rw-r--r--tests/auto/render/qraycaster/qraycaster.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/render/qraycaster/qraycaster.pro b/tests/auto/render/qraycaster/qraycaster.pro
deleted file mode 100644
index 035c7a77b..000000000
--- a/tests/auto/render/qraycaster/qraycaster.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-TARGET = tst_qraycaster
-
-QT += core-private 3dcore 3dcore-private 3drender 3drender-private testlib
-
-CONFIG += testcase
-
-SOURCES += tst_qraycaster.cpp
-
-include(../../core/common/common.pri)