QT Creator gtest error
-
Hi All,
I wanted to create gtest for my existing QT project. Following screenshots shows how I added a gtest test case.
Right click project->Add ne Test Case FileAfter clicking "Finish", I get the following errors.
Any idea what I am doing wrong here?
In Help Plugins, I see the following:
Thank You
-
Hi All,
I wanted to create gtest for my existing QT project. Following screenshots shows how I added a gtest test case.
Right click project->Add ne Test Case FileAfter clicking "Finish", I get the following errors.
Any idea what I am doing wrong here?
In Help Plugins, I see the following:
Thank You
@Radio1985 Does it build?
The errors you see most probably come from code model.
Simply try to build. -
@Radio1985 Does it build?
The errors you see most probably come from code model.
Simply try to build.