forked from organicmaps/organicmaps
Do cache() in *.pro only for QT5.
This commit is contained in:
parent
c9c9f2ec5c
commit
c065bc0bc2
1 changed files with 3 additions and 1 deletions
4
omim.pro
4
omim.pro
|
@ -1,5 +1,7 @@
|
|||
# Project that just includes all other projects.
|
||||
cache()
|
||||
greaterThan($$member($$split(QT_VERSION, "."), 0), 4) {
|
||||
cache()
|
||||
}
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
|
Loading…
Add table
Reference in a new issue