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:
authorExMix <rahuba.youri@mapswithme.com>2014-11-18 10:59:55 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:32:49 +0300
commita6dc6dfb2a8d2f155ae8b8b661f0ee7f340aa45a (patch)
treedb074147c978caf146a5962724e369b1ce70d6cc /qt/qt.pro
parent9e3bab30ae6a1f87af82a2fdc9502fbaa98a3351 (diff)
[desktop] conditional (USE_DRAPE) build support
Diffstat (limited to 'qt/qt.pro')
-rw-r--r--qt/qt.pro16
1 files changed, 15 insertions, 1 deletions
diff --git a/qt/qt.pro b/qt/qt.pro
index e01a4b1a00..390c188bac 100644
--- a/qt/qt.pro
+++ b/qt/qt.pro
@@ -1,6 +1,6 @@
# Main application in qt.
ROOT_DIR = ..
-DEPENDENCIES = map gui routing search storage indexer graphics platform anim geometry coding base \
+DEPENDENCIES = map drape_frontend gui routing search storage drape indexer graphics platform anim geometry coding base \
bzip2 freetype expat fribidi tomcrypt jansson protobuf zlib osrm
@@ -123,6 +123,13 @@ SOURCES += \
search_panel.cpp \
update_dialog.cpp \
+CONFIG(drape){
+ SOURCES += \
+ drape_surface.cpp \
+ qtoglcontext.cpp \
+ qtoglcontextfactory.cpp
+}
+
HEADERS += \
mainwindow.hpp \
widgets.hpp \
@@ -135,4 +142,11 @@ HEADERS += \
search_panel.hpp \
update_dialog.hpp \
+CONFIG(drape){
+ HEADERS += \
+ drape_surface.hpp \
+ qtoglcontext.hpp \
+ qtoglcontextfactory.hpp
+}
+
RESOURCES += res/resources.qrc