Hello,

I had Qt 4.8.4 and I would like to get the last version.
I just install the Qt 5.2 and all its modules. I would like to use the QtLocation module, so I try a supply example mapviewer.
The compilation works fine but when I execute the file I get that:
Qt Code:
  1. QML debugging is enabled. Only use this in a safe environment.
  2. qrc:///mapviewer.qml:42:1: module "QtLocation" is not installed
To copy to clipboard, switch view to plain text mode 

I also install the qtdeclarative5-qtlocation-plugin with this command:
Qt Code:
  1. sudo apt-get install qtdeclarative5-qtlocation-plugin
To copy to clipboard, switch view to plain text mode 

But I still have the same error.

What should I do to make the qtlocation and its examples work properly?


Best regard.