aboutsummaryrefslogblamecommitdiff
path: root/graphics/lximage-qt/files/patch-src_CMakeLists.txt
blob: fe626b2f804498a4b0723d5eef8a7e3aa1160b9f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                          
--- src/CMakeLists.txt.orig	2016-09-23 22:50:09 UTC
+++ src/CMakeLists.txt
@@ -83,7 +83,7 @@ set(QT_LIBRARIES Qt5::Widgets Qt5::Core 
 target_link_libraries(lximage-qt
     fm-qt
     ${QT_LIBRARIES}
-    ${EXIF_LIBRARIES}
+    ${EXIF_LDFLAGS}
     ${X11_LIBRARIES}
     ${XFIXES_LIBRARIES}
 )