>> I've added a few dummy tests to my example dummy plugin, as a reference
>> for (one way of solving) the details, that uses the fact that
>> add_qtc_plugin etc does some helpful things when WITH_TESTS is set:
>>
>> https://github.com/e4z9/qtcreator-testplugin/commit/fa8065f580ee5724f8b9afb06e904e1be1c2e343
>

I'm trying to do exactly the same as you with tst_mytest.cpp, but I must
be missing something because I get
AutoMoc error:
--------------
"SRC":.....
contains a "Q_OBJECT" macro, but it does not include ".....moc"!
...

But I do #include that .moc file. How do I instruct cmake to moc that file?

Knut

-- 
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to