forked from pool/krusader
4f392d3ab3
- Add krusader-link-solid.patch: explicitly link to solid libs OBS-URL: https://build.opensuse.org/request/show/79726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krusader?expand=0&rev=32
12 lines
983 B
Diff
12 lines
983 B
Diff
--- krusader/CMakeLists.txt 2011-08-25 10:28:55.518751729 +0200
|
|
+++ krusader/CMakeLists.txt 2011-08-25 10:29:01.490751626 +0200
|
|
@@ -44,7 +44,7 @@
|
|
|
|
kde4_add_executable(krusader ${krusader_SRCS})
|
|
|
|
-target_link_libraries(krusader BookMan Dialogs DiskUsage GUI Konfigurator KViewer MountMan Panel Queue VFS Search Splitter Synchronizer UserMenu Locate UserAction ActionMan KViewer Filter Dialogs GUI ${KDE4_KPARTS_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} )
|
|
+target_link_libraries(krusader BookMan Dialogs DiskUsage GUI Konfigurator KViewer MountMan Panel Queue VFS Search Splitter Synchronizer UserMenu Locate UserAction ActionMan KViewer Filter Dialogs GUI ${KDE4_KPARTS_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} )
|
|
|
|
install(TARGETS krusader DESTINATION ${BIN_INSTALL_DIR})
|
|
|