de8a245ca9
This test sometimes gives different results on consecutive runs, and is therefore insignificant for the purpose of regression detection. Task-number: QTBUG-23837 Change-Id: I8747972c5cb7952089c54cbd22e1660db551e2f5 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
15 lines
253 B
Prolog
15 lines
253 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhostinfo
|
|
|
|
SOURCES += tst_qhostinfo.cpp
|
|
|
|
QT = core-private network-private testlib
|
|
|
|
wince*: {
|
|
LIBS += ws2.lib
|
|
} else {
|
|
win32:LIBS += -lws2_32
|
|
}
|
|
|
|
linux-*:CONFIG+=insignificant_test # QTBUG-23837 - test is unstable
|