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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-11-16 02:32:13 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:06 +0300
commit0f7073f1899586561a21a512ace82a945071691b (patch)
tree484cee4d41198e3308bd2aa6bceb113d48102435 /qt/qt.pro
parentd6a7080b3b7c54a55e7edcf6e962aca3eae3f606 (diff)
Removed travel guide
Diffstat (limited to 'qt/qt.pro')
-rw-r--r--qt/qt.pro8
1 files changed, 3 insertions, 5 deletions
diff --git a/qt/qt.pro b/qt/qt.pro
index f7c09a97a7..8dbd233849 100644
--- a/qt/qt.pro
+++ b/qt/qt.pro
@@ -1,6 +1,6 @@
# Main application in qt.
ROOT_DIR = ..
-DEPENDENCIES = words map search storage indexer yg platform geometry coding base \
+DEPENDENCIES = map search storage indexer yg platform geometry coding base \
bzip2 freetype expat fribidi tomcrypt jansson version protobuf
include($$ROOT_DIR/common.pri)
@@ -39,7 +39,7 @@ macx* {
OTHER_RES.path = Contents/Resources
OTHER_RES.files = ../data/about-travelguide-desktop.html ../data/eula.html ../data/welcome.html \
../data/countries.txt \
- ../data/dictionary.slf ../data/languages.txt ../data/categories.txt \
+ ../data/languages.txt ../data/categories.txt \
../data/packed_polygons.bin
CLASSIFICATOR_RES.path = Contents/Resources
CLASSIFICATOR_RES.files = ../data/classificator.txt ../data/drawing_rules.bin \
@@ -90,15 +90,13 @@ RESOURCES += res/resources.qrc
# removed for desktop releases
!CONFIG(no_downloader) {
- QT *= webkit
SOURCES += \
update_dialog.cpp \
classificator_tree.cpp \
- guide_page.cpp
HEADERS += \
update_dialog.hpp \
classificator_tree.hpp \
- guide_page.hpp
+
}