summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmarks/script/context2d/context2d.pro2
-rw-r--r--tests/benchmarks/script/qscriptclass_bytearray/qscriptclass_bytearray.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/script/context2d/context2d.pro b/tests/benchmarks/script/context2d/context2d.pro
index 4de78da..2dc8536 100644
--- a/tests/benchmarks/script/context2d/context2d.pro
+++ b/tests/benchmarks/script/context2d/context2d.pro
@@ -4,7 +4,7 @@ TARGET = tst_bench_context2d
SOURCES += tst_context2d.cpp
-CONTEXT2D_EXAMPLE_DIR = $$QT_SOURCE_TREE/examples/script/context2d
+CONTEXT2D_EXAMPLE_DIR = ../../../../examples/script/context2d
INCLUDEPATH += $$CONTEXT2D_EXAMPLE_DIR
HEADERS += $$CONTEXT2D_EXAMPLE_DIR/qcontext2dcanvas.h \
diff --git a/tests/benchmarks/script/qscriptclass_bytearray/qscriptclass_bytearray.pro b/tests/benchmarks/script/qscriptclass_bytearray/qscriptclass_bytearray.pro
index 6b0f6dc..33f200d 100644
--- a/tests/benchmarks/script/qscriptclass_bytearray/qscriptclass_bytearray.pro
+++ b/tests/benchmarks/script/qscriptclass_bytearray/qscriptclass_bytearray.pro
@@ -5,6 +5,6 @@ TARGET = tst_bench_qscriptclass_bytearray
SOURCES += tst_qscriptclass_bytearray.cpp
RESOURCES += qscriptclass_bytearray.qrc
-include($$QT_SOURCE_TREE/examples/script/customclass/bytearrayclass.pri)
+include(../../../../examples/script/customclass/bytearrayclass.pri)
QT = core script testlib