0ca4fcbc36
Conflicts: src/plugins/platforms/xcb/qxcbintegration.cpp Change-Id: I2d71d06a55f730df19ace0dd3304238584a0497f
14 lines
279 B
Prolog
14 lines
279 B
Prolog
CONFIG += testcase
|
|
CONFIG -= app_bundle
|
|
TARGET = tst_lancelot
|
|
QT += xml testlib
|
|
|
|
SOURCES += tst_lancelot.cpp \
|
|
paintcommands.cpp
|
|
HEADERS += paintcommands.h
|
|
RESOURCES += images.qrc
|
|
|
|
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
|
|
|
|
TESTDATA += scripts/*
|