e4f4dfe340
This test has not failed in the last 400 CI builds. Change-Id: I22b59565a6a6cb48653bd9b0d967abbf074d59a4 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
14 lines
369 B
Prolog
14 lines
369 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_lancelot
|
|
QT += xml widgets testlib
|
|
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)
|
|
|
|
TESTDATA += scripts/*
|