91f8c9cc70
Cleaning out the workarounds for the discontinued "Embedded Android" platform of Boot2Qt. Change-Id: I0ff9d770e82a43457fb7e5da0428f4597ead4038 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
19 lines
282 B
Prolog
19 lines
282 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 {
|
|
RESOURCES += \
|
|
testdata.qrc
|
|
}
|