Files
qt5.12.8/tests/auto/corelib/kernel/qsocketnotifier/qsocketnotifier.pro
2025-08-26 22:57:23 +08:00

9 lines
239 B
Prolog

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)