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
path: root/gui
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-08-18 21:20:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:40 +0300
commitd9b24528b9983c781c72c27d4ed58dc134a501ab (patch)
tree7aa1500ac4e0058de8fc1ae0643e156f60e9c475 /gui
parent0f3435969405a43ec9c60da9f2a9d63e0540cfb4 (diff)
Rearranged library dependencies.
Diffstat (limited to 'gui')
-rw-r--r--gui/gui_tests/gui_tests.pro8
1 files changed, 2 insertions, 6 deletions
diff --git a/gui/gui_tests/gui_tests.pro b/gui/gui_tests/gui_tests.pro
index a9807c2019..6a2a85274e 100644
--- a/gui/gui_tests/gui_tests.pro
+++ b/gui/gui_tests/gui_tests.pro
@@ -10,12 +10,8 @@ include($$ROOT_DIR/common.pri)
QT *= opengl gui core
-win32* {
- LIBS *= -lopengl32 -lshell32
- win32-g++: LIBS *= -lpthread
-}
-
-macx-*: LIBS *= "-framework Foundation" "-framework IOKit"
+win32*: LIBS *= -lopengl32
+macx-*: LIBS *= "-framework IOKit"
SOURCES += \
../../testing/testingmain.cpp \