summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qscene/qscene.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/qscene/qscene.pro')
-rw-r--r--tests/auto/core/qscene/qscene.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/core/qscene/qscene.pro b/tests/auto/core/qscene/qscene.pro
new file mode 100644
index 000000000..9346e9e95
--- /dev/null
+++ b/tests/auto/core/qscene/qscene.pro
@@ -0,0 +1,8 @@
+TARGET = tst_qscene
+CONFIG += testcase
+TEMPLATE = app
+
+QT += testlib 3dcore
+
+SOURCES += \
+ tst_qscene.cpp