4448576ae0
This test requires test data to be available and the testRetainSizeWhenHidden test assumes that a widget will be sized based on its sizeHint(), which does not work on platforms where show() implies showMaximized(). Change-Id: I9bf372d8c0ea94845ae08481ec555fe25dcfebc0 Reviewed-by: BogDan Vatra <bogdan@kde.org>
19 lines
299 B
Prolog
19 lines
299 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qlayout
|
|
|
|
QT += widgets widgets-private testlib
|
|
|
|
SOURCES += tst_qlayout.cpp
|
|
wince* {
|
|
addFiles.files = baseline
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
} else {
|
|
TESTDATA += baseline/*
|
|
}
|
|
|
|
android: !android-no-sdk {
|
|
RESOURCES += \
|
|
testdata.qrc
|
|
}
|