QTest Project Setup
Recently, I was looking into how to setup a Qt project with unit tests. The Qt-esque way to do this is to use the QTest framework within Qt in order to do this. While not a bad framework, the problem … Continue reading
Recently, I was looking into how to setup a Qt project with unit tests. The Qt-esque way to do this is to use the QTest framework within Qt in order to do this. While not a bad framework, the problem … Continue reading