aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktext
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-12-22 11:30:03 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-03 02:27:06 +0100
commitc661cdc4fa8a3ba69c6b435f9d4916ad2ac7bf84 (patch)
tree09072612ef57c52bf3032f52746c74efa0a7b115 /tests/auto/qtquick2/qquicktext
parent0f36211f84d8cf7d478c844ff48d1b618f7ae24f (diff)
Fix test failures with shadow builds.
QFINDTESTDATA uses __FILE__ to determine the source directory, which means it finds the wrong source directory when the macro is used from a shared base class. Define the correct source directory in a pri file and include that wherever QDeclarativeDataTest is used. Change-Id: If3ef435f4bb3049733f49402338303c8b440f1fa Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'tests/auto/qtquick2/qquicktext')
-rw-r--r--tests/auto/qtquick2/qquicktext/qquicktext.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qtquick2/qquicktext/qquicktext.pro b/tests/auto/qtquick2/qquicktext/qquicktext.pro
index 5c55714605..b483bebc61 100644
--- a/tests/auto/qtquick2/qquicktext/qquicktext.pro
+++ b/tests/auto/qtquick2/qquicktext/qquicktext.pro
@@ -5,10 +5,10 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qquicktext.cpp
INCLUDEPATH += ../../shared/
-HEADERS += ../../shared/testhttpserver.h \
- ../../shared/util.h
-SOURCES += ../../shared/testhttpserver.cpp \
- ../../shared/util.cpp
+HEADERS += ../../shared/testhttpserver.h
+SOURCES += ../../shared/testhttpserver.cpp
+
+include (../../shared/util.pri)
testDataFiles.files = data
testDataFiles.path = .