Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Error for include file in QtTest
-
I have a qt file with integrated with qml which is to be tested with QtTest but after all include file error pops up for #include<QQuickWindow> file not found
-
Do you have
QT += quick
in your test .pro file?
-
yes I have included it in my .pro file
-
Can you share your test file? Perhaps you are using/ not using correct main-generating macro?