Skip to content

koppi/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, world!

GitHub last commit GitHub commit activity OS Web GitHub issues

$ cmake --list-presets
Available configure presets:

  "debug"         - Configure Debug
  "release"       - Configure Release
$ cmake --preset debug
...
$ cmake --build --list-presets
Available build presets:

  "app-debug"   - Build Debug
  "app-release" - Build Release
$ cmake --build --preset app-debug
...
$ build/debug/app # run the app

About

Qt6 "Hello, world!" - app for Linux, Windows, MacOS, and the Web.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors