-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
5.11.2
-
None
-
-
Bug Fixing Week Q2/2020
The same task as QTBUG-59460.
The error that I get -
Q_INTERFACES(QQmlParserStatus) Error: Undefined interface.
I build the project like this:
qmake -project -o texteditor.pro cat texteditor.pro > tmp.pro (Generally so, but it does not work - cat texteditor.pro MacOS.pro > tmp.pro) mv tmp.pro texteditor.pro qmake -spec macx-xcode texteditor.pro
What you see is shown in the screenshot in the attachment.