diff options
author | aavit <qt-info@nokia.com> | 2011-03-01 11:24:23 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-03-01 11:24:23 (GMT) |
commit | 7a0fb91e2e8e3b3e914c694650d86656ecb2be99 (patch) | |
tree | 06a927c1540d5b1407b9ee1cf90051a609e5395d /tests/auto/baselineexample | |
parent | 3024ff7d32e1c902580bff3fcdb0232afab43c75 (diff) | |
download | Qt-7a0fb91e2e8e3b3e914c694650d86656ecb2be99.zip Qt-7a0fb91e2e8e3b3e914c694650d86656ecb2be99.tar.gz Qt-7a0fb91e2e8e3b3e914c694650d86656ecb2be99.tar.bz2 |
Build fix for shadow built Qt
Diffstat (limited to 'tests/auto/baselineexample')
-rw-r--r-- | tests/auto/baselineexample/baselineexample.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/baselineexample/baselineexample.pro b/tests/auto/baselineexample/baselineexample.pro index 30feecc..13f03b8 100644 --- a/tests/auto/baselineexample/baselineexample.pro +++ b/tests/auto/baselineexample/baselineexample.pro @@ -15,4 +15,4 @@ TEMPLATE = app SOURCES += tst_baselineexample.cpp DEFINES += SRCDIR=\\\"$$PWD/\\\" -include($$QT_SOURCE_TREE/tests/arthur/common/qbaselinetest.pri) +include($$PWD/../../arthur/common/qbaselinetest.pri) |