2022-04-29 09:59:45 +02:00
|
|
|
Index: screengrab-2.4.0/CMakeLists.txt
|
|
|
|
===================================================================
|
|
|
|
--- screengrab-2.4.0.orig/CMakeLists.txt
|
|
|
|
+++ screengrab-2.4.0/CMakeLists.txt
|
2022-04-29 10:17:44 +02:00
|
|
|
@@ -183,7 +183,7 @@ add_executable(screengrab
|
|
|
|
)
|
2022-04-29 09:59:45 +02:00
|
|
|
|
|
|
|
if(SG_EXT_EDIT)
|
2022-04-29 10:17:44 +02:00
|
|
|
- target_link_libraries(screengrab extedit)
|
2022-04-29 10:47:24 +02:00
|
|
|
+ target_link_libraries(screengrab extedit Qt5Xdg)
|
2022-04-29 09:59:45 +02:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if(SG_DBUS_NOTIFY)
|