calamares/src/modules/notesqml
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
..
examples [notesqml] Rename example file to save translators 2020-02-19 17:15:40 +01:00
CMakeLists.txt CMake: optionally disable QML 2020-05-14 16:31:39 +02:00
notesqml.conf [libcalamaresui] "namespace" QML settings 2020-03-11 15:36:42 +01:00
notesqml.qml Changes: write some of the QML docs 2020-03-12 17:37:39 +01:00
notesqml.qrc adding notesqml, copy of dummyqml 2020-02-09 01:03:52 +01:00
NotesQmlViewStep.cpp [libcalamaresui] Drop 'name' parameter in QmlViewStep 2020-03-11 15:57:08 +01:00
NotesQmlViewStep.h [libcalamares] Merge PluginDllMacro.h into DllMacro.h 2020-02-17 11:37:35 +01:00