Chapter 3. Compilation

To compile, enter your source directory and run make. If there are some problems with paths, you can adjust Makefile to contain proper paths for KDE and Qt include files.

To make your work easier, you can also adjust base Makefile in Plugin Wizard directory. Please send your corrections to , to make Makefile as flexible as possible.

If compilation was successful, you can jump to Installation chapter to test your widget. Or, you can proceed to the next chapter to write some code for your widget.