forked from organicmaps/organicmaps
Fix build order - special for mingw.
This commit is contained in:
parent
3da315545b
commit
7335d21664
1 changed files with 6 additions and 5 deletions
11
omim.pro
11
omim.pro
|
@ -10,14 +10,15 @@ win32|macx|unix {
|
|||
SUBDIRS = 3party \
|
||||
base base/base_tests \
|
||||
coding coding/coding_tests \
|
||||
geometry geometry/geometry_tests \
|
||||
geometry \
|
||||
indexer \
|
||||
geometry/geometry_tests \
|
||||
platform platform/platform_tests \
|
||||
yg \
|
||||
indexer \
|
||||
version \
|
||||
storage storage/storage_tests \
|
||||
map \
|
||||
map/map_tests \
|
||||
version \
|
||||
indexer/indexer_tool \
|
||||
qt_tstfrm \
|
||||
indexer/indexer_tests \
|
||||
|
@ -33,7 +34,7 @@ iphonesimulator-g++42|iphonedevice-g++42 {
|
|||
geometry \
|
||||
yg \
|
||||
indexer \
|
||||
version \
|
||||
storage \
|
||||
map \
|
||||
version
|
||||
map
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue