From a777402babdd25c21dc50af204da95a2d3ef1daf Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 27 Oct 2011 11:00:28 +0200 Subject: [PATCH] Fixed build issue --- platform/platform_tests/platform_tests.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }