From 9141b562548f3aca36d527dd09d6c776d408b9fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sandro=20Knau=C3=9F?= Date: Fri, 3 Feb 2023 18:09:41 +0100 Subject: [PATCH] Don't use GuiPrivate. It is not used anymore and it was patched out before. Forwarded: not-needed Gbp-Pq: Name 0004-Don-t-use-GuiPrivate.patch --- src/gui/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 1968683e2..ba328c3d1 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -10,10 +10,6 @@ if(QUICK_COMPILER) ) endif() -if (NOT TARGET Qt5::GuiPrivate) - message(FATAL_ERROR "Could not find GuiPrivate component of Qt5. It might be shipped as a separate package, please check that.") -endif() - if(CMAKE_BUILD_TYPE MATCHES Debug) add_definitions(-DQT_QML_DEBUG) endif() @@ -529,7 +525,6 @@ target_link_libraries(nextcloudCore PUBLIC Nextcloud::sync Qt5::Widgets - Qt5::GuiPrivate Qt5::Svg Qt5::Network Qt5::Xml -- 2.39.5