On 08/05/2016 10:17 AM, Harald Vistnes wrote:
Is it possible to run autotests (Qt Test) in Qt Creator with CMake
projects? I could only find info for QMake projects
here http://doc.qt.io/qtcreator/creator-autotest.html.
I tried with the add_test() in the CMakeLists.txt file, but QtC did not
seem
Is it possible to run autotests (Qt Test) in Qt Creator with CMake
projects? I could only find info for QMake projects here
http://doc.qt.io/qtcreator/creator-autotest.html.
I tried with the add_test() in the CMakeLists.txt file, but QtC did not
seem to pick it up. Are there some requirements on t