Files
qt5.12.8/tests/auto/network/socket/qtcpsocket/qtcpsocket.pro
2025-08-26 22:57:23 +08:00

9 lines
129 B
Prolog

TEMPLATE = subdirs
SUBDIRS = test
!vxworks{
SUBDIRS += stressTest
test.depends = stressTest
}
requires(qtConfig(private_tests))