fix: allow start Gamepad only Android (#2198)

This commit is contained in:
NickVs2015
2026-02-09 05:40:48 +03:00
committed by GitHub
parent 9f0ae75a2f
commit 99312e61d3
5 changed files with 54 additions and 47 deletions

View File

@@ -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