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:
authorYury Melnichek <melnichek@gmail.com>2011-03-06 01:12:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:57 +0300
commit5d9239a1edede8693c69119e282017d965d2c326 (patch)
tree2ac33f5cf71ee8f3814de8f2dfe3688e8c3820e1 /sloynik.pro
parenta5ad66614265259763a1ed849db7ae8e918e8a3c (diff)
Add sloynik to omim!! Yea!
Diffstat (limited to 'sloynik.pro')
-rw-r--r--sloynik.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/sloynik.pro b/sloynik.pro
new file mode 100644
index 0000000000..365c082835
--- /dev/null
+++ b/sloynik.pro
@@ -0,0 +1,14 @@
+TEMPLATE = subdirs
+
+CONFIG += ordered
+
+SUBDIRS = \
+ 3party 3party_sloynik \
+ base base/base_tests \
+ coding coding/coding_tests \
+ coding_sloynik coding_sloynik/coding_sloynik_tests \
+ utils utils/utils_tests \
+ words words/words_tests \
+ publisher publisher/publisher_tests\
+ console_sloynik
+