blob: 23e49839ebf5022e501b393283431dcd0575799a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
load(qttest_p4)
SOURCES += tst_qsocketnotifier.cpp
QT = core network
requires(contains(QT_CONFIG,private_tests))
include(../platformsocketengine/platformsocketengine.pri)
symbian: TARGET.CAPABILITY = NetworkServices
CONFIG+=insignificant_test # QTQAINFRA-428
|