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:
authorvng <viktor.govako@gmail.com>2013-07-07 03:05:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:18 +0300
commitc065bc0bc2ed65420c67906578fada5d1478dbe5 (patch)
tree74c3da56c6f201aec36d9fc15231db76bb6552b2 /omim.pro
parentc9c9f2ec5c74dbf96388fe53b199dd6f6941d15c (diff)
Do cache() in *.pro only for QT5.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index fc1286d706..f30a44d80f 100644
--- a/omim.pro
+++ b/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