![]() | Qt-only program |
| Prev | The Makefile.am Howto | Next |
By default the build system assumes you're building a KDE application, so it might do things which requires kdecore (e.g. using klocale.h when compiling Qt Designer .ui files). To disable this when building a Qt-only program, use
KDE_OPTIONS = qtonly
| Prev | Home | Next |
| Translations | Up | Disabling "final" compilation |