From 76e1b6a93a36080e39c3d1e7cb1e754aa0131999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trond=20Kjern=C3=A5sen?= Date: Fri, 8 Oct 2010 11:58:16 +0200 Subject: Don't include the arthur/common.pri file. Including the arthur/common.pri file pulls in many files we don't actually need. --- tests/auto/lancelot/lancelot.pro | 6 ++++-- 1 file 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\\\" -- cgit v0.12