60e93449d2
Failing tests are marked with CONFIG+=insignificant_test. tst_QTextLayout currently asserts, so it has been disabled to prevent destabilization of the CI system. Change-Id: I7bd836ee14085689c8a0f0ce8e3c80d81a55eb94 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
14 lines
291 B
Prolog
14 lines
291 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qfontdatabase
|
|
SOURCES += tst_qfontdatabase.cpp
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
QT += testlib
|
|
|
|
wince* {
|
|
additionalFiles.files = FreeMono.ttf
|
|
additionalFiles.path = .
|
|
DEPLOYMENT += additionalFiles
|
|
}
|
|
|
|
mac: CONFIG += insignificant_test # QTBUG-23062
|