qt5base-lts/tests/auto/lancelot/lancelot.pro
Rohan McGovern 698b3da842 tests: fixed or disabled qtbase tests with circular dependencies
tst_lancelot did QT+=svg, but didn't actually use QtSvg.

qlocalsocket/lackey uses QtScript, which is not available when compiling
qtbase.

Change-Id: Ic3cc5a6f74a58ee8f2fdc48b9c852d9551b85f68
2011-05-11 13:34:00 +02:00

14 lines
465 B
Prolog

load(qttest_p4)
QT += xml
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
SOURCES += tst_lancelot.cpp \
$$PWD/../../arthur/common/paintcommands.cpp
HEADERS += $$PWD/../../arthur/common/paintcommands.h
RESOURCES += $$PWD/../../arthur/common/images.qrc
include($$PWD/../../arthur/common/qbaselinetest.pri)
!symbian:!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
linux-g++-maemo:DEFINES += USE_RUNTIME_DIR