Skip to content

OlivierLDff/QaterialHelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘‹ Qaterial HelloWorld

image

Minimal code to start an application using Qaterial.

Build & Execute

git clone https://github.com/OlivierLDff/QaterialHotReload
cd QaterialHotReload && mkdir build && cd build
cmake ..                # Configure
cmake --build .         # Build
./QaterialHelloWorld    # Execute

Make sure Qt5.15 can be found by find_package.

  • Either pass -DCMAKE_PREFIX_PATH=/path/to/Qt/5.15.1/<binary>. <binary> can be msvc2019_64, gcc_64, clang_64, ...
  • Or set environment variable Qt5_DIR to the same path.

Author

Olivier Le Doeuff, olivier.ldff@gmail.com

License

QaterialHelloWorld is available under the MIT license. See the License file for more info.

About

๐Ÿ‘‹ Minimal code for a Qaterial Application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published