Gluon/General

From KDE Community Wiki
Revision as of 14:46, 4 December 2012 by Arjen (talk | contribs) (Created page with "==Tasks== ;Clean up CMake : My original set up for the CMake system used by Gluon was intended to make separate components buildable on their own.(with their own build dir et...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tasks

Clean up CMake
My original set up for the CMake system used by Gluon was intended to make separate components buildable on their own.(with their own build dir etc.) In retrospect this makes little sense, so this should be cleaned up. In addition, we need to clearly define what modules are responsible for what so we do not have 10 places checking for Qt etc. I also want to try and use automoc where possible and we should install package configuration files instead of Find*.cmake files.