mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
fix: allow start Gamepad only Android (#2198)
This commit is contained in:
@@ -39,11 +39,6 @@ endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS ${PACKAGES})
|
||||
|
||||
# Android: Qt private modules (like CorePrivate) are needed by qtgamepad
|
||||
if(ANDROID)
|
||||
find_package(Qt6CorePrivate CONFIG REQUIRED)
|
||||
endif()
|
||||
|
||||
set(LIBS ${LIBS}
|
||||
Qt6::Core Qt6::Gui
|
||||
Qt6::Network Qt6::Xml Qt6::RemoteObjects
|
||||
|
||||
Reference in New Issue
Block a user