mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
update dependency
This commit is contained in:
@@ -9,33 +9,16 @@ set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
|
||||
set(QAPPLICATION_CLASS QApplication CACHE STRING "Inheritance class for SingleApplication")
|
||||
|
||||
find_package(Qt5 REQUIRED COMPONENTS
|
||||
Core
|
||||
Widgets
|
||||
Network
|
||||
WebSockets
|
||||
WebEngine
|
||||
WebEngineWidgets
|
||||
DBus
|
||||
)
|
||||
|
||||
include(cmake/Add3rdParty.cmake)
|
||||
|
||||
add_3rdparty(
|
||||
NAME SingleApplication
|
||||
GITHUB_REPOSITORY itay-grudev/SingleApplication
|
||||
VERSION 3.3.0
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
|
||||
add_3rdparty(
|
||||
NAME plog
|
||||
GITHUB_REPOSITORY SergiusTheBest/plog
|
||||
GIT_TAG 1.1.5
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
|
||||
add_subdirectory(GPService)
|
||||
add_subdirectory(GPClient)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user