Add ccache to the build where possible (#2201)

This commit is contained in:
Steve Wills 2020-11-21 12:07:44 -05:00 committed by GitHub
parent 48a84ffba2
commit 98035c5c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,12 @@
# from lib/boost.pri
# - BOOST_DIRECTORY (C:\local\boost\ by default) (Windows only)
CCACHE_BIN = $$system(which ccache)
!isEmpty(CCACHE_BIN) {
load(ccache)
CONFIG+=ccache
}
MINIMUM_REQUIRED_QT_VERSION = 5.12.0
!versionAtLeast(QT_VERSION, $$MINIMUM_REQUIRED_QT_VERSION) {