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 [email protected]:ChaoticRoman/qtBoilerplate.git
cd qtBoilerplate
qmake boilerplate.pro
qmake
make
./test_app/test_app