aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro')
-rw-r--r--tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro b/tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro
new file mode 100644
index 0000000000..24f4f18739
--- /dev/null
+++ b/tests/manual/scenegraph_lancelot/scenegraph/scenegraph.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase insignificant_test
+TARGET = tst_scenegraph
+DESTDIR=..
+macx:CONFIG -= app_bundle
+CONFIG += console
+
+SOURCES += tst_scenegraph.cpp
+
+# Include Lancelot protocol code to communicate with baseline server.
+# Assuming that we are in a normal Qt5 source code tree
+include(../../../../../qtbase/tests/baselineserver/shared/qbaselinetest.pri)