Skip to content

Commit

Permalink
Add basic screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Feb 6, 2024
1 parent bf8261e commit db1ad73
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Qt6 / QML application template, with a full set of visual controls, helper mod

## About

### Dependencies
#### Dependencies

You will need a C++17 compiler and Qt 6.5+. Qt 5 Compatibility Module is required.
For macOS and iOS builds, you'll need Xcode (13+) installed.
Expand All @@ -25,7 +25,7 @@ $ cmake .. # OR configure with CMake
$ make
```

### C++ modules
#### C++ modules

> [AppUtils](src/thirdparty/AppUtils/README.md) Various general purpose helpers
Expand All @@ -35,19 +35,19 @@ $ make
> [SingleApplication](src/thirdparty/SingleApplication/README.md) Keep only one instance of your application active at a time
### QML components
#### QML components

> TODO
### Deploy scripts
#### Deploy scripts

> [Linux](deploy_linux.sh) application ZIP and AppImage
> [macOS](deploy_macos.sh) application ZIP (unsigned)
> [Windows](deploy_windows.sh) application ZIP and NSIS installer
### GitHub CI workflows
#### GitHub CI workflows

These files are also useful to get an idea about the whole build and deploy process.

Expand All @@ -61,6 +61,13 @@ These files are also useful to get an idea about the whole build and deploy proc
> [Linux flatpak](.github/workflows/flatpak.yml) "on demand" workflow
## Screenshots

![GUI_MOBILE](https://i.imgur.com/gbwRel0.png)

![GUI_DESKTOP1](https://i.imgur.com/4QGJn5G.png)
![GUI_DESKTOP2](https://i.imgur.com/e0VWdYz.png)

## License

QmlAppTemplate is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Expand Down

0 comments on commit db1ad73

Please sign in to comment.