summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qsocketnotifier/qsocketnotifier.pro
blob: 04806de5f70c2ba20c76f38e1346d0c7666ece72 (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(qtConfig(private_tests))

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