Willsem / qt-empty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty template for qt c++ projects

Build with make

$ mkdir build && cd build
$ cmake -S .. -B .
$ make
$ ./helloworld

Build with Ninja (faster)

Ninja needs

$ mkdir build && cd build
$ cmake -S .. -B . -G Ninja
$ ninja
$ ./helloworld

About


Languages

Language:C++ 50.2%Language:CMake 49.8%