Do cache() in *.pro only for QT5.

This commit is contained in:
vng 2013-07-07 02:05:37 +03:00 committed by Alex Zolotarev
parent c9c9f2ec5c
commit c065bc0bc2

View file

@ -1,5 +1,7 @@
# Project that just includes all other projects.
cache()
greaterThan($$member($$split(QT_VERSION, "."), 0), 4) {
cache()
}
TEMPLATE = subdirs
CONFIG += ordered