mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00

* rewrite: rewritten Qv2ray.pro, adding project 'hooks' * fix: fixed windows build * fix: fixed macOS build * Removing excess blank lines Co-authored-by: DuckSoft <realducksoft@gmail.com>
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
message(" ")
|
|
|
|
# For Linux and macOS
|
|
message("Configuring for macOS specific environment")
|
|
LIBS += -framework Carbon -framework Cocoa
|
|
|
|
use_grpc: error("The use of gRPC backend is not supported on macOS platform.")
|
|
|
|
message(" --> Linking libqvb static library and Security framework, for macOS platform.")
|
|
LIBS += -L$$PWD/../libs/ -lqvb-darwin
|
|
LIBS += -framework Security
|