forked from organicmaps/organicmaps
[build] Restore CONFIG+=ordered
This commit is contained in:
parent
11558e01a8
commit
3ba05abd52
2 changed files with 2 additions and 0 deletions
1
omim.pro
1
omim.pro
|
@ -17,6 +17,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
|
|||
cache()
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
HEADERS += defines.hpp
|
||||
|
||||
|
|
|
@ -149,6 +149,7 @@ build()
|
|||
{
|
||||
build_conf $1
|
||||
[ -n "$OPT_OSRM" ] && build_osrm $1
|
||||
return 0
|
||||
}
|
||||
|
||||
[ -n "$OPT_DEBUG" ] && build debug
|
||||
|
|
Loading…
Add table
Reference in a new issue