1 How To Build This Template
2 -=-=-=-=-=-=-=-=-=-=-=-=-=
9 cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=Debug ..
11 make install or su -c 'make install' or sudo make install
13 where $KDEDIRS points to your KDE installation prefix.
15 Note: you can use another build path. Then cd in your build dir and:
16 export KDE_SRC=path_to_your_src
17 cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=Debug