summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/boundingsphere/boundingsphere.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/boundingsphere/boundingsphere.pro')
-rw-r--r--tests/auto/render/boundingsphere/boundingsphere.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/render/boundingsphere/boundingsphere.pro b/tests/auto/render/boundingsphere/boundingsphere.pro
new file mode 100644
index 000000000..cebba17e7
--- /dev/null
+++ b/tests/auto/render/boundingsphere/boundingsphere.pro
@@ -0,0 +1,17 @@
+TEMPLATE = app
+
+TARGET = tst_boundingsphere
+QT += core-private 3dcore 3dcore-private 3drender 3drender-private 3dextras testlib
+
+CONFIG += testcase
+
+SOURCES += tst_boundingsphere.cpp
+
+include(../commons/commons.pri)
+include(../../core/common/common.pri)
+include(../qmlscenereader/qmlscenereader.pri)
+# Extra dependencies to build test scenes needed by the tests
+QT += quick 3dquick 3dquick-private 3dextras 3dquickextras
+
+RESOURCES += \
+ boundingsphere.qrc