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/lancelot | |
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/lancelot')
-rw-r--r-- | tests/auto/lancelot/lancelot.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/lancelot/lancelot.pro b/tests/auto/lancelot/lancelot.pro index 93841a3..11beb7e 100644 --- a/tests/auto/lancelot/lancelot.pro +++ b/tests/auto/lancelot/lancelot.pro @@ -3,11 +3,11 @@ QT += xml svg contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl SOURCES += tst_lancelot.cpp \ - $$QT_SOURCE_TREE/tests/arthur/common/paintcommands.cpp -HEADERS += $$QT_SOURCE_TREE/tests/arthur/common/paintcommands.h -RESOURCES += $$QT_SOURCE_TREE/tests/arthur/common/images.qrc + $$PWD/../../arthur/common/paintcommands.cpp +HEADERS += $$PWD/../../arthur/common/paintcommands.h +RESOURCES += $$PWD/../../arthur/common/images.qrc -include($$QT_SOURCE_TREE/tests/arthur/common/qbaselinetest.pri) +include($$PWD/../../arthur/common/qbaselinetest.pri) !symbian:!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\" linux-g++-maemo:DEFINES += USE_RUNTIME_DIR |