qml-asteroid
QML components, styles and demos for AsteroidOS.
File Explorer
- Asteroid6CMakeSettings.cmake
- Asteroid6Translations.cmake
- FindAmberMpris.cmake
- FindLipstick.cmake
- FindMapplauncherd_qt6.cmake
- FindMce.cmake
- FindQtMpris.cmake
- FindSystemSettings.cmake
- FindTimed.cmake
- asteroidapp.cpp
- asteroidapp.h
- AsteroidApp6Config.cmake.in
- AsteroidAppConfig.cmake.in
- CMakeLists.txt
- labelExample.jpg
- PageDotExample.jpg
- SpinnerExample.jpg
- asteroid_controls.qdocconf
- Application.qml
- BorderGestureArea.qml
- CircularSpinner.qml
- Dims.qml
- HandWritingKeyboard.qml
- HighlightBar.qml
- IconButton.qml
- index.qdoc
- Indicator.qml
- IntSelector.qml
- Label.qml
- LabeledActionButton.qml
- LabeledSwitch.qml
- LayerStack.qml
- ListItem.qml
- ListRow.qml
- Marquee.qml
- OptionCycler.qml
- PageDot.qml
- PageHeader.qml
- Particle.qml
- RemorseTimer.qml
- RowSeparator.qml
- SegmentedArc.qml
- Spinner.qml
- SpinnerDelegate.qml
- spinnerfade.frag
- StatusPage.qml
- Switch.qml
- TextArea.qml
- TextBase.qml
- TextField.qml
- ValueMeter.qml
- application_p.cpp
- application_p.h
- controls_plugin.cpp
- controls_plugin.h
- flatmesh.cpp
- flatmesh.h
- flatmeshgeometry.h
- flatmeshnode.cpp
- flatmeshnode.h
- generate_flatmeshgeometry.py
- gesturesextension.cpp
- gesturesextension.h
- icon.cpp
- icon.h
- CMakeLists.txt
- master.qdocconf
- aboutsettings.cpp
- aboutsettings.h
- datetimesettings.cpp
- datetimesettings.h
- displaysettings.cpp
- displaysettings.h
- languagemodel.cpp
- languagemodel.h
- mceconfig.cpp
- mceconfig.h
- settings_plugin.cpp
- settings_plugin.h
- CMakeLists.txt
- qmldir
- asteroid_utils.qdocconf
- bluetoothstatus.cpp
- bluetoothstatus.h
- devicespecs.cpp
- devicespecs.h
- fileinfo.cpp
- fileinfo.h
- utils_plugin.cpp
- utils_plugin.h
- wallclock.cpp
- wallclock.h
- CMakeLists.txt
- qmldir
- CMakeLists.txt
- asteroid-gestures-unstable-v1.xml
- .gitignore
- CMakeLists.txt
- COPYING
- generate-desktop.sh
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
// repository documentation
Was this content helpful?
(0 ratings)
