C++ Unit test for QT-Application in Visual Studio 2017 -


i have created qt project (qt-application) in visual studio , want add c++ unit test existing project.

my question is, possible add c++ unit test existing qt project in visual studio?

if yes, how can ?

could give me example please ?

thank you.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -