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
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-05-25 23:54:39 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:57 +0300
commitcef55ff1057d29d95f308f066553ceeea0740305 (patch)
treecfff62b6f31eacb3197c45c7752c2acc476a376d /qt
parent18fbed10e6a7f6d013a8acbb8a7e077206da7a21 (diff)
added GUI library and added it into all projects.
Diffstat (limited to 'qt')
-rw-r--r--qt/qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/qt.pro b/qt/qt.pro
index 0eca15be33..ed89f5e440 100644
--- a/qt/qt.pro
+++ b/qt/qt.pro
@@ -1,6 +1,6 @@
# Main application in qt.
ROOT_DIR = ..
-DEPENDENCIES = map search storage indexer yg platform geometry coding base \
+DEPENDENCIES = map gui search storage indexer yg platform geometry coding base \
bzip2 freetype expat fribidi tomcrypt jansson version protobuf
include($$ROOT_DIR/common.pri)