Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itrooz/qt6-helloworld
https://github.com/itrooz/qt6-helloworld
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/itrooz/qt6-helloworld
- Owner: iTrooz
- License: cc0-1.0
- Created: 2023-12-03T22:22:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T00:00:12.000Z (about 1 year ago)
- Last Synced: 2024-10-14T18:55:41.380Z (3 months ago)
- Language: C++
- Homepage: https://itrooz.github.io/Qt6-HelloWorld
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Qt6 hello world, for Linux, Windows, MacOS, and WebAssembly
Example command to compile and run:
```
clear && rm -rf build && cmake -B build && cmake --build build -j 4 && build/QT6HW
```For a real-world example, you can take a look at https://github.com/iTrooz/NBTEditor