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/qt/qt.pro
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-09-22 19:58:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:16 +0300
commita032f7e6b612e2f1ad0d774067fbb973091897ad (patch)
tree0112898798f6189c27a71c97df3d45323a181d26 /qt/qt.pro
parent11c675cd56f1ac7ddef3414bd000575fe2fd9cd9 (diff)
introduced VideoTimer, refactored rendering loop to use Timers, as on iOS.
Diffstat (limited to 'qt/qt.pro')
-rw-r--r--qt/qt.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt/qt.pro b/qt/qt.pro
index 4186995953..9c21aca280 100644
--- a/qt/qt.pro
+++ b/qt/qt.pro
@@ -19,7 +19,7 @@ win32-msvc* {
}
macx {
- LIBS += -framework CoreLocation -framework Foundation -framework CoreWLAN
+ LIBS += -framework CoreLocation -framework Foundation -framework CoreWLAN -framework QuartzCore
ICON = res/mac.icns
PLIST_FILE = Info.plist
@@ -77,7 +77,6 @@ HEADERS += \
mainwindow.hpp \
widgets.hpp \
draw_widget.hpp \
- qt_window_handle.hpp \
proxystyle.hpp \
slider_ctrl.hpp \
about.hpp \