![]() | Disabling "final" compilation |
| Prev | The Makefile.am Howto | Next |
To prevent --enable-final from working in a specific directory, for instance to work on that directory when --enable-final was used for the whole module, you can either use
make no-final ; make no-final-installor edit the Makefile.am and add
KDE_OPTIONS = nofinal
| Prev | Home | Next |
| Qt-only program | Up | Don'ts |