mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
cmake: fixing GitHub Action - 4
This commit is contained in:
parent
6cb66bca86
commit
34d66b010d
2
.github/workflows/build-qv2ray-cmake.yml
vendored
2
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
sudo add-apt-repository ppa:webispy/grpc
|
||||
sudo add-apt-repository ppa:carsten-uppenbrink-net/openssl
|
||||
sudo apt update
|
||||
sudo apt install -y libssl-dev libprotobuf-dev protobuf-compiler protobuf-c-compiler libgrpc++-dev protobuf-compiler-grpc
|
||||
sudo apt install -y libgl-dev openssl libx11-dev libxkbcommon-x11-dev libssl-dev libprotobuf-dev protobuf-compiler protobuf-c-compiler libgrpc++-dev protobuf-compiler-grpc
|
||||
|
||||
- name: macOS - Install Packages
|
||||
if: matrix.platform == 'macos-latest'
|
||||
|
@ -23,6 +23,22 @@ if(CMAKE_VERSION VERSION_LESS "3.7.0")
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
endif()
|
||||
|
||||
message(" ")
|
||||
message("Qv2ray Version: v${PACKAGE_VERSION}")
|
||||
message("|-------------------------------------------------|")
|
||||
message("| Qv2ray, A Cross Platform v2ray Qt GUI Client. |")
|
||||
message("| Licenced under GPLv3 |")
|
||||
message("| |")
|
||||
message("| You may only use this program to the extent |")
|
||||
message("| permitted by local law. |")
|
||||
message("| |")
|
||||
message("| See: https://www.gnu.org/licenses/gpl-3.0.html |")
|
||||
message("|-------------------------------------------------|")
|
||||
message("| Project Homepage: https://github.com/Qv2ray |")
|
||||
message("| Welcome to contribute! |")
|
||||
message("|-------------------------------------------------|")
|
||||
message(" ")
|
||||
|
||||
include(cmake/translations.cmake)
|
||||
include(cmake/qnodeeditor.cmake)
|
||||
include(cmake/singleapplication.cmake)
|
||||
|
Loading…
Reference in New Issue
Block a user