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 22:59:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:13 +0300
commit43738118867defa5d28243853c5677b789fa08d5 (patch)
tree67d1e8795e2f5bdbf8c1f25838939b5891b2d5c0 /qt/qt.pro
parentb10bb9d02496f94441921324485019948d8a0280 (diff)
[qt] Always copy resources
Diffstat (limited to 'qt/qt.pro')
-rw-r--r--qt/qt.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/qt.pro b/qt/qt.pro
index 8dbd233849..4fe0efaa1b 100644
--- a/qt/qt.pro
+++ b/qt/qt.pro
@@ -34,7 +34,7 @@ macx* {
PLIST_PATH = $${DESTDIR}/$${TARGET}.app/Contents/$${PLIST_FILE}
QMAKE_POST_LINK = $${IN_PWD}/../tools/unix/process_plist.sh $${IN_PWD}/.. $$VERSION_MAJOR $$VERSION_MINOR $$PLIST_PATH
- CONFIG(production) {
+# CONFIG(production) {
# Bundle Resouces
OTHER_RES.path = Contents/Resources
OTHER_RES.files = ../data/about-travelguide-desktop.html ../data/eula.html ../data/welcome.html \
@@ -60,7 +60,7 @@ macx* {
MWM_RES.files = ../data/World.mwm ../data/WorldCoasts.mwm
QMAKE_BUNDLE_DATA += OTHER_RES CLASSIFICATOR_RES SKIN_RES FONT_RES MWM_RES
- }
+# }
}
SOURCES += \