All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en): cd to your development directory, the one where your library is built. <br />
: Set up KDEDIRS so that it include your development directory: export KDEDIRS=`pwd`:$KDEDIR <br />
: Create a pseudo lib directory where KDE should find your component: ln -s .libs lib (all the objects and libraries are built in the .libs directory). <br />
: Run kbuildsycoca to inform KDE that it KDEDIRS has changed.