fix windows ccache

This commit is contained in:
Andrei Yankovich 2019-08-22 18:04:57 +03:00
parent 8ccc85104a
commit 8bd66e67d9

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) {
@ -19,4 +19,3 @@ unix: {