Merge pull request #145 from amnezia-vpn/feature/qt6-server-busy-notification

feature/qt6-server-busy-notification
This commit is contained in:
pokamest 2023-01-18 00:43:13 +00:00 committed by GitHub
commit 9d01a52a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 573 additions and 369 deletions

View file

@ -21,13 +21,13 @@ set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "Autogen")
find_package(Qt6 REQUIRED COMPONENTS
Widgets Core Gui Network Xml
RemoteObjects Quick Svg QuickControls2
Core5Compat
Core5Compat Concurrent
)
set(LIBS ${LIBS}
Qt6::Widgets Qt6::Core Qt6::Gui
Qt6::Network Qt6::Xml Qt6::RemoteObjects
Qt6::Quick Qt6::Svg Qt6::QuickControls2
Qt6::Core5Compat
Qt6::Core5Compat Qt6::Concurrent
)
qt_standard_project_setup()