"QtQuick.Controls" version 2.0 is not installed
-
It seems the module simply not exists in my diretory, because there is no Contorls.2 folder in my mingw49_32\qml\QtQuick folder, however i've selected qt quick 2.0 module in the online installer, my qt is 5.6. Btw i see the qml\qtQuick.2 folder wich contains qtquick2plugin.dll and qtquick2plugind - are these dlls contains the module?
-
It seems the module simply not exists in my diretory, because there is no Contorls.2 folder in my mingw49_32\qml\QtQuick folder, however i've selected qt quick 2.0 module in the online installer, my qt is 5.6. Btw i see the qml\qtQuick.2 folder wich contains qtquick2plugin.dll and qtquick2plugind - are these dlls contains the module?
@Ivan-Netskin QtQuick.Controls 2.0 does not exist in Qt 5.6., only since Qt 5.7.
At your version this controls can accepted from Qt.labs.controls 1.0.
And them located in qtquick2plugin.dll -
Thanks for help guys, i'll check it today!