mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
revert some stuff
This commit is contained in:
parent
c8e47c304a
commit
70a6c36ce8
32
Qv2ray.pro
32
Qv2ray.pro
@ -153,24 +153,20 @@ message(" ")
|
|||||||
RC_ICONS += ./assets/icons/qv2ray.ico
|
RC_ICONS += ./assets/icons/qv2ray.ico
|
||||||
ICON = ./assets/icons/qv2ray.icns
|
ICON = ./assets/icons/qv2ray.icns
|
||||||
|
|
||||||
contains( CONFIG, with_backend ) {
|
# ------------------------------------------ Begin checking gRPC and protobuf headers.
|
||||||
message("Compiling Qv2ray with custom backend")
|
!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) {
|
||||||
} else {
|
message(" ")
|
||||||
# ------------------------------------------ Begin checking gRPC and protobuf headers.
|
message("-----------------------------------------------")
|
||||||
!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("Cannot continue: ")
|
||||||
message(" ")
|
message(" --> Qv2ray is not properly configured yet: ")
|
||||||
message("-----------------------------------------------")
|
message(" gRPC and protobuf headers for v2ray API is missing.")
|
||||||
message("Cannot continue: ")
|
message(" --> Please run gen_grpc.sh gen_grpc.bat or deps_macOS.sh located in tools/")
|
||||||
message(" --> Qv2ray is not properly configured yet: ")
|
message(" --> Or consider reading the build wiki: https://github.com/lhy0403/Qv2ray/wiki/Manually-Build-Qv2ray")
|
||||||
message(" gRPC and protobuf headers for v2ray API is missing.")
|
message("-----------------------------------------------")
|
||||||
message(" --> Please run gen_grpc.sh gen_grpc.bat or deps_macOS.sh located in tools/")
|
message(" ")
|
||||||
message(" --> Or consider reading the build wiki: https://github.com/lhy0403/Qv2ray/wiki/Manually-Build-Qv2ray")
|
warning("IF YOU THINK IT'S A MISTAKE, PLEASE OPEN AN ISSUE")
|
||||||
message("-----------------------------------------------")
|
error("! ABORTING THE BUILD !")
|
||||||
message(" ")
|
message(" ")
|
||||||
warning("IF YOU THINK IT'S A MISTAKE, PLEASE OPEN AN ISSUE")
|
|
||||||
error("! ABORTING THE BUILD !")
|
|
||||||
message(" ")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user