How can I create a GoogleTest project in Linux Qt Creator?
Unsolved
General and Desktop
-
In my Windows version of Qt Creator, I can create an Autotest project and then select GoogleTest.
However, when I try the same thing on Ubuntu, there is no option for Autotest - only Other/QTest.
I am really new to Linux and to Qt Creator, (it's all been forced upon me), and GoogleTets is our company standard unit testing tool, so I need to use it.
My target device is a display running Linux, and the display manufacturer provided me with a VirtualBox VM running 32-bit Ubuntu with Qt Creator 3.3.0 with Qt 5.4.0 as the development tool.
How can I add the Autottest project option? Is it possible? -
Hi
Are you using same version of Creator on both linux and windows?