qt6-bb10/tests/auto/corelib/kernel/qsocketnotifier/qsocketnotifier.pro

11 lines
298 B
Prolog

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)
mac: CONFIG += insignificant_test # QTBUG-22746