"No QML utility installed" Qt 5.15.13
-
I've built Qt 5.15.13 from source with below parameters:
configure.bat -static -release -platform win32-g++ -opensource -confirm-license -qt-zlib -qt-libpng -qt-webp -qt-libjpeg -qt-freetype -no-xcb -no-opengl -skip qtdoc -skip qtscxml -skip qtwebchannel -skip qtxmlpatterns -skip qt3d -skip qtcharts -skip qtdatavis3d -skip qtgamepad -skip qtlottie -skip qtmacextras -skip qtnetworkauth -skip qtpurchasing -skip qtquick3d -skip qtremoteobjects -skip qtscript -skip qtspeech -skip qtsvg -skip qtwayland -skip qtwebglplugin -skip qtwebview -skip webengine -skip qtvirtualkeyboard -make libs -nomake tools -nomake examples -nomake testswith mingw 11.2.0 x64 on Windows 10.
The build procedure finished with no error and qt installed successfully; however when I add this qt to qt versions of QtCreator 13.0.1, it complains that "No QML utility installed".
These are what I've found in the install directory:



How can I use qml with this version?