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 <alex@mapswithme.com>2013-08-30 01:43:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:00:38 +0300
commitc404de86ac966bc575b6c0000952876243bfde18 (patch)
treeff4b5488904eff4e1153f9c5c01ebf5dbf444c23 /qt/qt.pro
parenta052f0d6674443fb7ece10bbf8b67877d02edcc9 (diff)
- Load only binary styles in every configuration
- Removed world file without search index from repo
Diffstat (limited to 'qt/qt.pro')
-rw-r--r--qt/qt.pro16
1 files changed, 4 insertions, 12 deletions
diff --git a/qt/qt.pro b/qt/qt.pro
index de2d0da384..ab1cab431f 100644
--- a/qt/qt.pro
+++ b/qt/qt.pro
@@ -43,12 +43,8 @@ linux* {
../data/packed_polygons.bin res/logo.png
CLASSIFICATOR_RES.path = $$RESDIR
CLASSIFICATOR_RES.files = ../data/classificator.txt \
- ../data/types.txt
- CONFIG(production) {
- CLASSIFICATOR_RES.files += ../data/drules_proto.bin
- } else {
- CLASSIFICATOR_RES.files += ../data/drules_proto.txt
- }
+ ../data/types.txt \
+ ../data/drules_proto.bin
MDPI_SKIN_RES.path = $$RESDIR/resources-mdpi
MDPI_SKIN_RES.files = ../data/resources-mdpi/basic.skn ../data/resources-mdpi/symbols.png
XHDPI_SKIN_RES.path = $$RESDIR/resources-xhdpi
@@ -95,12 +91,8 @@ macx-* {
../data/packed_polygons.bin
CLASSIFICATOR_RES.path = Contents/Resources
CLASSIFICATOR_RES.files = ../data/classificator.txt \
- ../data/types.txt
- CONFIG(production) {
- CLASSIFICATOR_RES.files += ../data/drules_proto.bin
- } else {
- CLASSIFICATOR_RES.files += ../data/drules_proto.txt
- }
+ ../data/types.txt \
+ ../data/drules_proto.bin
SKIN_RES.path = Contents/Resources
SKIN_RES.files = ../data/resources-mdpi/basic.skn ../data/resources-mdpi/symbols.png
FONT_RES.path = Contents/Resources