How to install QML module versions
-
I have moved my QML program to a new laptop, and am trying to run a program which ran fine on another computer. I downloaded and installed the latest Qt Creator 5.12.13 but it can't find QtQuick.Controlers 2.12. Only versions up to 2.5 are available:
qrc:/qml/main.qml:3 module "QtQuick.Controls" version 2.12 is not installed
How do I install the missing QML controls versions?
-
I have moved my QML program to a new laptop, and am trying to run a program which ran fine on another computer. I downloaded and installed the latest Qt Creator 5.12.13 but it can't find QtQuick.Controlers 2.12. Only versions up to 2.5 are available:
qrc:/qml/main.qml:3 module "QtQuick.Controls" version 2.12 is not installed
How do I install the missing QML controls versions?
@ocgltd said in How to install QML module versions:
I have moved my QML program to a new laptop, and am trying to run a program which ran fine on another computer. I downloaded and installed the latest Qt Creator 5.12.13 but it can't find QtQuick.Controlers 2.12. Only versions up to 2.5 are available:
qrc:/qml/main.qml:3 module "QtQuick.Controls" version 2.12 is not installed
How do I install the missing QML controls versions?
They are included in the installation by default. Make sure you are using Qt version 5.12 and not some system-wide older version.
Try reinstalling Qt, maybe something broke down?