You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
examples [notesqml] Rename example file to save translators 6 years ago
CMakeLists.txt CMake: optionally disable QML 6 years ago
NotesQmlViewStep.cpp [libcalamaresui] Drop 'name' parameter in QmlViewStep 6 years ago
NotesQmlViewStep.h [libcalamares] Merge PluginDllMacro.h into DllMacro.h 6 years ago
notesqml.conf [libcalamaresui] "namespace" QML settings 6 years ago
notesqml.qml Changes: write some of the QML docs 6 years ago
notesqml.qrc