diff options
author | aavit <qt-info@nokia.com> | 2010-11-05 14:33:41 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-11-05 14:33:41 (GMT) |
commit | 111270e240320831038a47f7f0848a4f429d25d7 (patch) | |
tree | cde116e26d097072c7743949ffc2fd50bfb73bad /tests/auto/lancelot | |
parent | a84181407f51cc855a6ddb2033a7aa6738354602 (diff) | |
download | Qt-111270e240320831038a47f7f0848a4f429d25d7.zip Qt-111270e240320831038a47f7f0848a4f429d25d7.tar.gz Qt-111270e240320831038a47f7f0848a4f429d25d7.tar.bz2 |
Add even more platform info, and make it expandable.
Diffstat (limited to 'tests/auto/lancelot')
-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\\\" |