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
@ -153,9 +153,6 @@ 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 ) {
|
|
||||||
message("Compiling Qv2ray with custom backend")
|
|
||||||
} else {
|
|
||||||
# ------------------------------------------ Begin checking gRPC and protobuf headers.
|
# ------------------------------------------ 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) {
|
!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(" ")
|
||||||
@ -171,7 +168,6 @@ contains( CONFIG, with_backend ) {
|
|||||||
error("! ABORTING THE BUILD !")
|
error("! ABORTING THE BUILD !")
|
||||||
message(" ")
|
message(" ")
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------ Begin to detect language files.
|
# ------------------------------------------ Begin to detect language files.
|
||||||
|
Loading…
Reference in New Issue
Block a user