969cd432f5
Setting up the baseline tests, creating an appearance identifier, and basic image-grabbing functionality doesn't need to be reinvented for each test case that wants to use baseline testing of widget UIs. As a drive-by, remove unneeded Qt 5 meta tags from .pri file. Change-Id: I1562e1b377946305cac018e0f0f0175c2c07cd31 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
QT *= testlib
|
|
|
|
SOURCES += \
|
|
$$PWD/qbaselinetest.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/qbaselinetest.h
|
|
|
|
qtHaveModule(widgets) {
|
|
SOURCES += $$PWD/qwidgetbaselinetest.cpp
|
|
HEADERS += $$PWD/qwidgetbaselinetest.h
|
|
}
|
|
|
|
include($$PWD/baselineprotocol.pri)
|