calamares/src
Adriaan de Groot 47979555fe CMake: optionally disable QML
This makes it possible to remove QML from Calamares, possibly yielding
a smaller, lighter installer; it takes with it the nice slideshow,
modern configurable navigation and the QML UIs built for various modules.

By default, WITH_QML is on and the "normal" feature set is retained.

- look for Qml modules only when WITH_QML is on (the default)
- look for Network, since that's pulled in only implicitly
- disable the QML Calamares models (modules/*q) if no QML is
  enabled; longer-term plan is to merge the **pages** back to
  the "upstream" modules, and have things be run-time switchable,
  but that's not here yet. Also disable the notesqml module when
  QML is off.
2020-05-14 16:31:39 +02:00
..
branding [branding] Document slideshow options 2020-05-13 17:48:22 +02:00
calamares CMake: shuffle WITH_* settings for calamares executable 2020-05-14 12:21:33 +02:00
libcalamares CMake: optionally disable QML 2020-05-14 16:31:39 +02:00
libcalamaresui Merge branch 'fix-slideshow' 2020-05-13 21:20:25 +02:00
modules CMake: optionally disable QML 2020-05-14 16:31:39 +02:00
qml [qml] Document the new property and how it updates 2019-08-27 15:55:18 +02:00
CMakeLists.txt CMake: new convenience module CalamaresAddTest 2020-02-17 12:02:53 +01:00