14 lines
297 B
Prolog
14 lines
297 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_lancelot
|
|
QT += testlib gui-private
|
|
qtConfig(opengl): QT += opengl
|
|
|
|
SOURCES += tst_lancelot.cpp \
|
|
paintcommands.cpp
|
|
HEADERS += paintcommands.h
|
|
RESOURCES += images.qrc
|
|
|
|
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
|
|
|
|
TESTDATA += scripts/*
|