From c065bc0bc2ed65420c67906578fada5d1478dbe5 Mon Sep 17 00:00:00 2001 From: vng Date: Sun, 7 Jul 2013 02:05:37 +0300 Subject: [PATCH] Do cache() in *.pro only for QT5. --- omim.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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