forked from organicmaps/organicmaps
[qt] Fixed cache() for qt5
This commit is contained in:
parent
af21cb2fcb
commit
a104837e2b
1 changed files with 6 additions and 1 deletions
7
omim.pro
7
omim.pro
|
@ -1,5 +1,10 @@
|
|||
# Project that just includes all other projects.
|
||||
greaterThan($$member($$split(QT_VERSION, "."), 0), 4) {
|
||||
QT_VERSION = $$[QT_VERSION]
|
||||
QT_VERSION = $$split(QT_VERSION, ".")
|
||||
QT_VER_MAJ = $$member(QT_VERSION, 0)
|
||||
QT_VER_MIN = $$member(QT_VERSION, 1)
|
||||
|
||||
greaterThan(QT_VER_MAJ, 4) {
|
||||
cache()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue