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:
authorvng <viktor.govako@gmail.com>2013-04-06 12:11:52 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:52:50 +0300
commitcf74caecabc6abaa9b6f484abc2d88bcb42e00d2 (patch)
tree5b9baac6cc4a40758586fd1cb5b1504dc721c97f /gui
parent4e2156d602564c24e00c8ffc8fa773369761b38a (diff)
Fix linking on MacOS.
Diffstat (limited to 'gui')
-rw-r--r--gui/gui_tests/gui_tests.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/gui_tests/gui_tests.pro b/gui/gui_tests/gui_tests.pro
index cd468acb01..e18b91e1dd 100644
--- a/gui/gui_tests/gui_tests.pro
+++ b/gui/gui_tests/gui_tests.pro
@@ -10,11 +10,12 @@ include($$ROOT_DIR/common.pri)
QT *= opengl gui core
-win32 {
+win32* {
LIBS *= -lopengl32 -lshell32
win32-g++: LIBS *= -lpthread
}
-macx*: LIBS *= "-framework Foundation"
+
+macx*: LIBS *= "-framework Foundation" "-framework IOKit"
SOURCES += \
../../testing/testingmain.cpp \