Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Adding gtest as a plugin to qt creator
-
Hi,
I downloaded the gtest lib from following url
https://sourceforge.net/projects/qtc-gtest/?source=typ_redirect its for 4.3 version
am getting some errors like
" could not resolve dependency core(4.3.0)"
"could not resolve dependency project explorer(4.3.0)"
"could not resolve dependency cpptools(4.3.0) "I know its qt-version problem . can anyone help it to work for qt 5.7 version for mingw and msvc
-
@Seenu ,
Which is your MSVC Version?
-
@Vinod-Kuntoji
msvc 2013 and mingw 32bit
-
Why don't you use the autotest plugin that comes with Creator itself? It supports great AFAIR.
Go to Help>About Plugins and check that the plugin is enabled.