From 3553c3b5517b0e9d5c8b78aa9ca8de33486b9894 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 21 May 2012 12:09:24 +0200 Subject: don't reference $$QT_SOURCE/BUILD_TREE - they're unavailable here Change-Id: I88316acb4cfc867689dfa636dd7554ac0976275f Reviewed-by: Thiago Macieira --- tests/benchmarks/script/context2d/context2d.pro | 2 +- .../benchmarks/script/qscriptclass_bytearray/qscriptclass_bytearray.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.1