37
votes

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.

1
wow you don't need to shout (use CAPS). maybe check here if this is related: askubuntu.com/questions/508503/…Hayt
Sorry for the shouting, hope it didn't hurt your eardrums ;-)darijan2002
Btw, I read something related to the askubuntu post, maye that will fix it. I will check it out.darijan2002
Actually, it worked! Thank you very much, @Haytdarijan2002

1 Answers

73
votes

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