Live system welcome app for KaOS, written in QML
- QML 89.7%
- CMake 6.1%
- C++ 4.2%
| .tx | ||
| guide | ||
| i18n | ||
| images | ||
| .gitignore | ||
| about.qml | ||
| CMakeLists.txt | ||
| LICENSE | ||
| main.cpp | ||
| Main.qml | ||
| package.qml | ||
| packages.qml | ||
| ProcessStarter.h | ||
| qml.qrc | ||
| qtquickcontrols2.conf | ||
| README.md | ||
| welcome.desktop | ||
| welcome.svg | ||
welcome_qml
Live system welcome app for KaOS, written in QML
License
GPL
Dependencies
qt6-declarative, qt6-webview
Installation
Go to the source directory of the project and run:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix -G Ninja .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
ninja install # use sudo if necessary
This will build and install Welcome, including localizations files.


