

Graphic Apps

MPlayerThumbs
Video Apps by RockMan81 102 comments
For newer versions of KDE4, you need to change CMakeLists.txt, so line 12 says:
target_link_libraries(videopreview ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
Notice the added ${KDE4_KIO_LIBS} - Feb 09 2009
target_link_libraries(videopreview ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
Notice the added ${KDE4_KIO_LIBS} - Feb 09 2009