aszan
aszan

Reputation: 15

QML module was not found

I am currently creating an application in Qt that displays a map of places. At the beginning of my QML file I import the QtLocation and QtPositioning modules:

import QtPositioning 5.15
import QtLocation 5.15

In my .pro file I've got: QT += location.

Unfortunately, I got a message that the QML QtLocation and QtPositioning modules were not found. I decided to look for help on the internet. Unfortunately, I was still unable to fix the problem. I am a beginner in Qt and I don't know what to do. I will be grateful for any advice.

Upvotes: 0

Views: 1075

Answers (0)

Related Questions