Consolidate source files.

This commit is contained in:
2025-03-30 11:47:16 -04:00
parent d2f5823594
commit 3b8e407632
5 changed files with 58 additions and 46 deletions

View File

@@ -22,6 +22,13 @@ The [Qt Installer](https://www.qt.io/download-qt-installer) will provide the lat
If using RustRover be sure to set your QML binaries path in the settings menu.
If Qt was installed to its default directory this will be `$HOME/Qt/6.8.3/gcc_64/bin/`.
Viewing documentation in the web browser is possible, but you will end up in a mess of tabs.
Using Qt Assistant is recommended. It comes with Qt6 when installed. Run the following command to start it.
```bash
nohup $HOME/Qt/6.8.3/gcc_64/bin/assistant > /dev/null 2>&1 &
```
### Resources
Some helpful links for reading up on QML if you're just getting started.