summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qsocketnotifier/qsocketnotifier.pro
blob: 58e4b98af73db1d60af8aa49466009fbac3e1aca (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_qsocketnotifier
QT = core-private network-private testlib
SOURCES = tst_qsocketnotifier.cpp

requires(contains(QT_CONFIG,private_tests))

include(../../../network/socket/platformsocketengine/platformsocketengine.pri)