summaryrefslogtreecommitdiffstats
path: root/tests/auto/lancelot
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-10-08 09:58:16 (GMT)
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-10-08 09:58:16 (GMT)
commit76e1b6a93a36080e39c3d1e7cb1e754aa0131999 (patch)
tree0d3c260e28766344efb87897f84cbf1bd8315b01 /tests/auto/lancelot
parent52111401594472503ce21096fc720807a9253b8d (diff)
downloadQt-76e1b6a93a36080e39c3d1e7cb1e754aa0131999.zip
Qt-76e1b6a93a36080e39c3d1e7cb1e754aa0131999.tar.gz
Qt-76e1b6a93a36080e39c3d1e7cb1e754aa0131999.tar.bz2
Don't include the arthur/common.pri file.
Including the arthur/common.pri file pulls in many files we don't actually need.
Diffstat (limited to 'tests/auto/lancelot')
-rw-r--r--tests/auto/lancelot/lancelot.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/lancelot/lancelot.pro b/tests/auto/lancelot/lancelot.pro
index d0138bd..3859a55 100644
--- a/tests/auto/lancelot/lancelot.pro
+++ b/tests/auto/lancelot/lancelot.pro
@@ -2,9 +2,11 @@ load(qttest_p4)
QT += xml svg
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
-SOURCES += tst_lancelot.cpp
+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
-include($$QT_SOURCE_TREE/tests/arthur/common/common.pri)
include($$QT_SOURCE_TREE/tests/arthur/common/baselineprotocol.pri)
!symbian:!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"