
KDE WMF Thumbnailer
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
9 years ago
2.1 --- 2011/11/2
fix plugin loading.
1.0 --- 2011/5/16
port to KDE 4.x by nihui.
baltolkien
9 years ago
Thanks
Report
nihui
9 years ago
make sure you have gcc cmake qt-dev kdelibs-dev packages installed on your system.
cd [KDE_WMF_THUMBNAILER_SOURCE_DIR]
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
make
sudo make install
Report
baltolkien
9 years ago
I do everything you say but:
I don't find qt-dev for OpenSuSE.
However I try, and the console say to me...
CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE):
Could NOT find LIBWMF (missing: LIBWMF_LIBRARIES LIBWMF_INCLUDE_DIR)
Call Stack (most recent call first):
FindLIBWMF.cmake:34 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred!
Any suggestion.
Report
nihui
9 years ago
regards,
nihui
Report