e39f50154f
Ensure the right test macro is run. Change-Id: I84d58038f25b000c05fd52e8bda92e4484d53a6e Reviewed-on: http://codereview.qt.nokia.com/3805 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
14 lines
403 B
Prolog
14 lines
403 B
Prolog
load(qttest_p4)
|
|
QT += xml widgets
|
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
|
|
|
|
SOURCES += tst_lancelot.cpp \
|
|
paintcommands.cpp
|
|
HEADERS += paintcommands.h
|
|
RESOURCES += images.qrc
|
|
|
|
include($$PWD/../../baselineserver/shared/qbaselinetest.pri)
|
|
|
|
!symbian:!wince*:DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
linux-g++-maemo:DEFINES += USE_RUNTIME_DIR
|