698b3da842
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
14 lines
465 B
Prolog
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
|