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
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2010-12-05 19:24:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-22 22:33:57 +0300
commitd6e12b7ce4bcbf0ccd1c07eb25de143422913c34 (patch)
treea7e910c330ce4da9b4f2d8be76067adece2561c4 /omim_light.pro
One Month In Minsk. Made in Belarus.
Diffstat (limited to 'omim_light.pro')
-rw-r--r--omim_light.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/omim_light.pro b/omim_light.pro
new file mode 100644
index 0000000000..8d32e0e0d3
--- /dev/null
+++ b/omim_light.pro
@@ -0,0 +1,29 @@
+# Project that just includes all other projects, except 3party.
+
+TEMPLATE = subdirs
+CONFIG += ordered
+
+# desktop projects
+win32|macx {
+SUBDIRS = \
+ base base/base_tests \
+ coding coding/coding_tests \
+ geometry geometry/geometry_tests \
+ platform platform/platform_tests \
+ yg \
+ indexer \
+ map \
+ qt_tstfrm \
+ indexer/indexer_tests \
+ map/map_tests \
+ indexer/indexer_tool \
+ yg/yg_tests \
+ qt
+}
+
+# libraries which are used on iphone and bada
+iphonesimulator-g++42|iphonedevice-g++42 |
+bada-simulator|bada-device {
+ message = "Please use omim.pro for iphone builds"
+}
+