This project is based on the tutorial video of Justin Noel at ics.com
https://www.ics.com/webinars/qt-test-driven-development-using-google-test-google-mock-video-demand
GTest installed
CMake installed
Qt5 installed
git clone https://github.com/keszegrobert/gtest_with_qt.git
cd gtest_with_qt
mkdir build
cd build
cmake ..
cmake --build .
./hello_qt_signals