diff --git a/platform/platform.pro b/platform/platform.pro index 39b3ff2cf4..a0c5d08022 100644 --- a/platform/platform.pro +++ b/platform/platform.pro @@ -9,18 +9,13 @@ DEPENDENCIES = coding base include($$ROOT_DIR/common.pri) -QT *= core +QT *= core network !iphone* { SOURCES += \ - qtplatform.cpp - - CONFIG(debug, debug|release) { - QT *= network - SOURCES += \ - qt_download_manager.cpp \ - qt_download.cpp - } + qtplatform.cpp \ + qt_download_manager.cpp \ + qt_download.cpp HEADERS += \ qt_download_manager.hpp \ @@ -32,7 +27,7 @@ HEADERS += \ download_manager.hpp \ location.hpp \ -mac|iphone* { +macx|iphone* { OBJECTIVE_SOURCES += apple_location_service.mm LIBS += -framework CoreLocation -framework Foundation } else { diff --git a/platform/platform_tests/platform_tests.pro b/platform/platform_tests/platform_tests.pro index 72591b6992..052ce82a98 100644 --- a/platform/platform_tests/platform_tests.pro +++ b/platform/platform_tests/platform_tests.pro @@ -8,7 +8,7 @@ DEPENDENCIES = platform coding base tomcrypt include($$ROOT_DIR/common.pri) -QT *= core +QT *= core network win32 { LIBS += -lShell32 @@ -22,8 +22,4 @@ macx { SOURCES += \ ../../testing/testingmain.cpp \ platform_test.cpp \ - -CONFIG(debug, debug|release) { - QT *= network - SOURCES += download_test.cpp -} + download_test.cpp \