This commit is contained in:
Andrei Yankovich 2019-08-22 18:06:26 +03:00
parent 18ae6b5306
commit 61876c7e06

View File

@ -8,7 +8,7 @@
!isEmpty(CCACHE_INCLUDE):error("ccache.pri already included")
CCACHE_INCLUDE = 1
unix: {
contains(QMAKE_HOST.os, Linux):{
BIN = $$system(which ccache)
!isEmpty(BIN) {
@ -20,3 +20,4 @@ unix: {