13 lines
373 B
Diff
13 lines
373 B
Diff
|
Index: screengrab-2.4.0/CMakeLists.txt
|
||
|
===================================================================
|
||
|
--- screengrab-2.4.0.orig/CMakeLists.txt
|
||
|
+++ screengrab-2.4.0/CMakeLists.txt
|
||
|
@@ -184,6 +184,7 @@ add_executable(screengrab
|
||
|
|
||
|
if(SG_EXT_EDIT)
|
||
|
target_link_libraries(screengrab extedit)
|
||
|
+ target_link_libraries(screengrab Qt5Xdg)
|
||
|
endif()
|
||
|
|
||
|
if(SG_DBUS_NOTIFY)
|