diff --git a/platform/platform_tests/platform_tests.pro b/platform/platform_tests/platform_tests.pro index 1748f65b66..d5f0211112 100644 --- a/platform/platform_tests/platform_tests.pro +++ b/platform/platform_tests/platform_tests.pro @@ -22,7 +22,7 @@ macx* { QT *= gui # needed for QApplication with event loop, to test async events (downloader, etc.) LIBS *= "-framework Foundation" "-framework IOKit" } -win32*:linux* { +win32*|linux* { QT *= network }