Re: [Interest] Autotests in Qt Creator with CMake projects

2016-08-05 Thread Christian Kandeler
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

[Interest] Autotests in Qt Creator with CMake projects

2016-08-05 Thread Harald Vistnes
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