Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: Unknown module(s) in QT: qml quick - Qt Creator

I installed Qt Creator via the Software Manager on Linux Mint 18 (x86_64). I made a few sample projects, and some dependencies/packages/libraries/whatever were missing, so I installed the via apt. I made a QtQuick application and in Issues there is an error message saying:

 error: Unknown module(s) in QT: qml quick

I read that there is some libraries to build and link, but I don't know where to find them.

like image 707
darijan2002 Avatar asked Sep 08 '16 12:09

darijan2002


1 Answers

According to Hayt's answer (and the askubuntu post), I had to install the qtdeclarative5-dev package.

like image 77
darijan2002 Avatar answered Oct 18 '22 15:10

darijan2002