Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 305 Bytes

Qt Boilerplate

Simple example of connecting two Qt subproject. Static linking, nothing fancy...

Tested on Ubuntu 20.04 LTS, both with qtCreator and with plain qmake.

git clone git@github.com:ChaoticRoman/qtBoilerplate.git
cd qtBoilerplate
qmake boilerplate.pro
qmake
make
./test_app/test_app