msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.23k stars 1.2k forks source link

QtQuick regression: "ContentItem is not a type" #4531

Open neclepsio opened 5 years ago

neclepsio commented 5 years ago

Using version mingw-w64-x86_64-qt5 version 5.11.2-2 i get the following error when using QtQuick:

error: file:///[...]/main_window.qml:17 Type ApplicationWindow unavailable
file:///[...]/msys64/mingw64/share/qt5/qml/QtQuick/Controls/ApplicationWindow.qml:240 ContentItem is not a type

Reverting to 5.11.1-3 works as expected.

iDunk5400 commented 5 years ago

I can confirm the problem, and that reverting works as a workaround.

iDunk5400 commented 5 years ago

mingw-w64-x86_64-qt5 5.11.2-3 fixes the issues for me.