Intall Google Test plugin in QT creator IDE in windows 10
Moved
Unsolved
3rd Party Software
-
Hi All,
Could some one help me to find Google Test plugin for QT Creator in windows 10. Also i like to know how to install & enable it in QT Creator.Thanks in advance.
Regards,
MuthuHi @Muthu,
AFAIK there is no "Google Test plugin" in Creator.
Creator has a Autotest plugins, which supports QTest and Google Test: http://doc.qt.io/qtcreator/creator-autotest.html
So I guess you have to install Google Test yourself, create a project that uses Google Test and then you can use the Autotest plugin to run the tests.
Regards