From 318760f53612272453a7a4c8d93f97ecb469eb18 Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sun, 8 Oct 2023 11:10:17 +0200 Subject: [PATCH] try to remove xcbqpa --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acaadab1b..46dc04016 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,10 +118,6 @@ find_package( COMPONENTS ${QT_MODULES} LinguistTools REQUIRED) if(FLATPAK) - find_package( - Qt6 - COMPONENTS XcbQpa - REQUIRED) add_compile_definitions(FLATPAK) endif()