3e522ca6e2
Mark all of these autotests as `insignificant' until the underlying crash bug is fixed. Task-number: QTBUG-20756 Change-Id: I18fb7038dd86ef2e9a5f37c8f26d7fe76032754e Reviewed-on: http://codereview.qt.nokia.com/2714 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
22 lines
421 B
Prolog
22 lines
421 B
Prolog
load(qttest_p4)
|
|
|
|
QT += gui-private
|
|
INCLUDEPATH += ../
|
|
|
|
HEADERS +=
|
|
SOURCES += tst_qtextedit.cpp
|
|
|
|
wince*|symbian: {
|
|
addImages.files = fullWidthSelection/*
|
|
addImages.path = fullWidthSelection
|
|
DEPLOYMENT += addImages
|
|
}
|
|
|
|
wince* {
|
|
DEFINES += SRCDIR=\\\"./\\\"
|
|
} else:!symbian {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|
|
|
|
contains(QT_CONFIG,xcb):qpa:CONFIG+=insignificant_test # QTBUG-20756 crashes on qpa, xcb
|