[qt] Removed unnecessary dependencies

This commit is contained in:
Alex Zolotarev 2011-10-27 11:40:02 +03:00 committed by Alex Zolotarev
parent de210c44b4
commit 951ad62f0e
4 changed files with 18 additions and 10 deletions

View file

@ -10,8 +10,7 @@ DEPENDENCIES = coding base jansson
include($$ROOT_DIR/common.pri)
!iphone*:!android*:!bada {
QT *= core network
QT *= core
INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
SOURCES += platform_qt.cpp \
@ -46,6 +45,7 @@ macx*|iphone* {
}
win32*|linux* {
QT *= network
HEADERS += qt_download_manager.hpp \
qt_download.hpp
SOURCES += qt_download_manager.cpp \

View file

@ -12,13 +12,19 @@ INCLUDEPATH *= $$ROOT_DIR/3party/jansson/src
DEFINES *= OMIM_UNIT_TEST_WITH_QT_EVENT_LOOP
QT *= core network
QT *= core
win32* {
LIBS *= -lShell32
win32-g++: LIBS *= -lpthread
}
macx*: LIBS *= "-framework Foundation" "-framework IOKit"
macx* {
QT *= gui # needed for QApplication with event loop, to test async events (downloader, etc.)
LIBS *= "-framework Foundation" "-framework IOKit"
}
win32*:linux* {
QT *= network
}
SOURCES += \
../../testing/testingmain.cpp \

View file

@ -8,15 +8,19 @@ include($$ROOT_DIR/common.pri)
TARGET = MapsWithMe
TEMPLATE = app
QT *= core gui opengl network
QT *= core gui opengl
win32 {
win32* {
LIBS += -lopengl32 -lws2_32 -lshell32 -liphlpapi
RC_FILE = res/windows.rc
win32-msvc*: LIBS += -lwlanapi
win32-g++: LIBS += -lpthread
}
win32*|linux* {
QT *= network
}
macx* {
LIBS *= "-framework CoreLocation" "-framework Foundation" "-framework CoreWLAN" \
"-framework QuartzCore" "-framework IOKit"

View file

@ -10,12 +10,10 @@ DEPENDENCIES = storage indexer platform coding base jansson tomcrypt
include($$ROOT_DIR/common.pri)
QT *= network
win32: LIBS *= -lshell32
win32*: LIBS *= -lshell32
macx*: LIBS *= "-framework Foundation" "-framework IOKit"
QT += core
QT *= core
HEADERS +=