aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/scenegraph/scenegraph.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/scenegraph/scenegraph.pro')
-rw-r--r--tests/auto/quick/scenegraph/scenegraph.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/quick/scenegraph/scenegraph.pro b/tests/auto/quick/scenegraph/scenegraph.pro
new file mode 100644
index 0000000000..7e7a8eb162
--- /dev/null
+++ b/tests/auto/quick/scenegraph/scenegraph.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase
+TARGET = tst_scenegraph
+SOURCES += tst_scenegraph.cpp
+
+include (../../shared/util.pri)
+
+macx:CONFIG -= app_bundle
+
+QT += core-private gui-private qml-private quick-private testlib
+
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0