calamares/src/modules/keyboardq
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
..
CMakeLists.txt CMake: optionally disable QML 2020-05-14 16:31:39 +02:00
keyboardq.conf [keyboard] Add Config object, split out a keyboardq 2020-04-03 10:19:04 +02:00
keyboardq.qml [keyboardq] Make QML available 2020-04-03 12:42:41 +02:00
keyboardq.qrc [keyboardq] Make QML available 2020-04-03 12:42:41 +02:00
KeyboardQmlViewStep.cpp [keyboardq] apply the style script 2020-04-03 10:27:06 +02:00
KeyboardQmlViewStep.h [keyboardq] apply the style script 2020-04-03 10:27:06 +02:00