Translations:Development/FAQs/Technical FAQ/48/en: Difference between revisions
Appearance
Importing a new version from external source |
(No difference)
|
Latest revision as of 17:41, 19 July 2019
- cd to your development directory, the one where your library is built.
- Set up KDEDIRS so that it include your development directory: export KDEDIRS=`pwd`:$KDEDIR
- 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).
- Run kbuildsycoca to inform KDE that it KDEDIRS has changed.