diff options
author | aavit <qt-info@nokia.com> | 2010-11-05 14:39:43 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-11-05 14:39:43 (GMT) |
commit | 160928463dee6fbfcddabed6e172e81983b067fb (patch) | |
tree | fad6dae48491cc10859debe6ef64d0b2e1c96b37 /tests/auto | |
parent | ebecf192abe56c405409343acc2f97eaf9124fc3 (diff) | |
parent | 111270e240320831038a47f7f0848a4f429d25d7 (diff) | |
download | Qt-160928463dee6fbfcddabed6e172e81983b067fb.zip Qt-160928463dee6fbfcddabed6e172e81983b067fb.tar.gz Qt-160928463dee6fbfcddabed6e172e81983b067fb.tar.bz2 |
Merge branch 'lancelot'
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/lancelot/lancelot.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/lancelot/lancelot.pro b/tests/auto/lancelot/lancelot.pro index 3859a55..6498f6c 100644 --- a/tests/auto/lancelot/lancelot.pro +++ b/tests/auto/lancelot/lancelot.pro @@ -8,5 +8,6 @@ HEADERS += $$QT_SOURCE_TREE/tests/arthur/common/paintcommands.h RESOURCES += $$QT_SOURCE_TREE/tests/arthur/common/images.qrc include($$QT_SOURCE_TREE/tests/arthur/common/baselineprotocol.pri) +DEFINES += QMAKESPEC=\\\"$$QMAKESPEC\\\" !symbian:!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\" |