Travis ccache

This commit is contained in:
pokamest 2022-09-05 01:38:29 +03:00
parent ce27af6083
commit e1c529ab91
2 changed files with 15 additions and 1 deletions

View file

@ -3,6 +3,12 @@ QT += widgets core gui network xml remoteobjects quick svg
TARGET = AmneziaVPN
TEMPLATE = app
# silent builds on CI env
contains(DEFINES,CI){
message("Detected CI env")
CONFIG += silent ccache
}
CONFIG += qtquickcompiler
CONFIG += qzxing_multimedia \
enable_decoder_qr_code \