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 <alex@mapswithme.com>2013-07-15 17:17:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:42 +0300
commit595b579d9d677446a3d3c9883995b940330edb29 (patch)
tree1ce09b7f174ec922715d0ef11b273628fb589c0b /map/map_tests/map_tests.pro
parent97ad28ad642bc9ab8ca1cd636c27f65d71646726 (diff)
[qt] Added downloader implementation
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index cb31714238..6118879ee3 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -13,6 +13,10 @@ include($$ROOT_DIR/common.pri)
QT *= core opengl
+linux*|win* {
+ QT *= network
+}
+
win32* {
LIBS *= -lShell32 -lOpengl32
win32-g++: LIBS *= -lpthread