Return patch, add ending new line to patch
All checks were successful
Build hyprqt6engine / Build and push image (push) Successful in 3m2s

This commit is contained in:
2025-12-03 16:04:37 -05:00
parent ef51e66d70
commit 098201a3c7
3 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94ecfef..19e9380 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,6 +14,10 @@ find_package(KF6Config)
find_package(KF6ColorScheme)
find_package(KF6IconThemes)
+if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.9.0")
+ find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+endif()
+
get_target_property(QT_QTPATHS_EXECUTABLE Qt6::qtpaths IMPORTED_LOCATION)
if(NOT PLUGINDIR)