19c383c7bc
Necessary to avoid CI blocking. The tests should be enabled again as soon as possible. Task-number: QTBUG-21424 Change-Id: Ib25da5b9a1fdb23e00a5c503db90d306deb90f06 Reviewed-on: http://codereview.qt-project.org/4768 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
12 lines
188 B
Prolog
12 lines
188 B
Prolog
load(qttest_p4)
|
|
TEMPLATE = app
|
|
TARGET = tst_qcompleter
|
|
QT += widgets
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += . ..
|
|
|
|
# Input
|
|
SOURCES += tst_qcompleter.cpp
|
|
|
|
CONFIG += insignificant_test # QTBUG-21424
|