One more build fix

This commit is contained in:
Alex Zolotarev 2011-04-30 01:30:07 +02:00 committed by Alex Zolotarev
parent 2778743fb7
commit 4f70d8a2d2
2 changed files with 7 additions and 16 deletions

View file

@ -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 {

View file

@ -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 \