What’s the difference between Qt TEST Project and Qt Quick Test Project?
-
There are some bugs in my C++ program. But I don’t know which function is wrong.
Maybe unit test is necessary. But which one should I choose, Qt TEST Project or Qt Quick Test Project?
Thanks! -
There are some bugs in my C++ program. But I don’t know which function is wrong.
Maybe unit test is necessary. But which one should I choose, Qt TEST Project or Qt Quick Test Project?
Thanks!@zhangjiaxin39727
I imagine it depends on whether you are using Qt Quick (a QML project) for the latter or plain Qt (widgets or command line) for the former! -
@zhangjiaxin39727
I imagine it depends on whether you are using Qt Quick (a QML project) for the latter or plain Qt (widgets or command line) for the former!@JonB Thank you!