mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Travis ccache
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user