mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add ccache to the build where possible (#2201)
This commit is contained in:
parent
48a84ffba2
commit
98035c5c83
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue