Details
Description
Qt displayed errors with my C++ project as in the attached image.
Workaround:
Remove manually two below lines and I could compile fine:
- line 17: #include <QtQmlIntegration/qqmlintegration.h>
- line 25: QML_ELEMENT
Qt displayed errors with my C++ project as in the attached image.
Workaround:
Remove manually two below lines and I could compile fine: