Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-11-11 13:32:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:36 +0300
commit6739378625f55b79f9e3a44f4d7f0c7d37d391bc (patch)
tree7cff7e32984fad2fa10afb609ce9d493479e6023 /platform/platform.pro
parent9225cde271cbcbff05a3b04f25a35d015c1aaa56 (diff)
[linux] Fixed build errors
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index 4e3c995ab4..253fdf56e5 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -19,6 +19,11 @@ include($$ROOT_DIR/common.pri)
location_service.cpp
HEADERS += wifi_info.hpp \
location_service.hpp
+ !macx* {
+ SOURCES += http_thread_qt.cpp
+ HEADERS += http_thread_qt.hpp
+ }
+
win32* {
SOURCES += platform_win.cpp \
wifi_info_windows.cpp