revert some stuff

This commit is contained in:
Guobang Bi 2020-01-22 19:10:01 +08:00
parent c8e47c304a
commit 70a6c36ce8
No known key found for this signature in database
GPG Key ID: D850BE43BE29325B

View File

@ -153,11 +153,8 @@ message(" ")
RC_ICONS += ./assets/icons/qv2ray.ico
ICON = ./assets/icons/qv2ray.icns
contains( CONFIG, with_backend ) {
message("Compiling Qv2ray with custom backend")
} else {
# ------------------------------------------ Begin checking gRPC and protobuf headers.
!exists(libs/gen/v2ray_api_commands.grpc.pb.h) || !exists(libs/gen/v2ray_api_commands.grpc.pb.cc) || !exists(libs/gen/v2ray_api_commands.pb.h) || !exists(libs/gen/v2ray_api_commands.pb.cc) {
# ------------------------------------------ Begin checking gRPC and protobuf headers.
!exists(libs/gen/v2ray_api_commands.grpc.pb.h) || !exists(libs/gen/v2ray_api_commands.grpc.pb.cc) || !exists(libs/gen/v2ray_api_commands.pb.h) || !exists(libs/gen/v2ray_api_commands.pb.cc) {
message(" ")
message("-----------------------------------------------")
message("Cannot continue: ")
@ -170,7 +167,6 @@ contains( CONFIG, with_backend ) {
warning("IF YOU THINK IT'S A MISTAKE, PLEASE OPEN AN ISSUE")
error("! ABORTING THE BUILD !")
message(" ")
}
}