Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error : "module "QtQuick.Controls" is not installed"

Getting this error while running my program. I searched the Internet to find QtQuick.Controls but couldn't get any resolution.
How can I install this?

like image 281
Jino Avatar asked Jan 29 '14 11:01

Jino


2 Answers

You're likely using an old version of Qt. The QtQuick.Controls module was introduced in Qt 5.1:

  • https://qt-project.org/doc/qt-5.1/qtquickcontrols/qtquickcontrols-index.html
like image 171
Gustavo Niemeyer Avatar answered Sep 29 '22 21:09

Gustavo Niemeyer


this command fixed my problem.

sudo apt -y install qml-module-qtquick-controls
like image 38
Fatemeh Karimi Avatar answered Sep 29 '22 21:09

Fatemeh Karimi