Answer the question
In order to leave comments, you need to log in
How to solve the problem with QT Creator?
Hello. Today I installed QTCreator from the official site, created a new QT Quick UI project . I need a QtPositioning element , this library, as I understand it, is installed in place with QTCreator. I connect it like this: import QtPositioning 5.5
That is, I get the following code:
import QtQuick 2.5
import QtQuick.Window 2.2
import QtPositioning 5.5
Window {
visible: true
MouseArea {
anchors.fill: parent
onClicked: {
Qt.quit();
}
}
Text {
text: qsTr("Hello World")
anchors.centerIn: parent
}
}
module "QtPositioning" is not installed
sudo apt-get install libqt5positioning5
file:///media/dmitry/Projects/test/untitled/untitled.qml:3 plugin cannot be loaded for module "QtPositioning": Cannot load library /media/dmitry/Projects/qt-creator/5.5/gcc_64/qml/ QtPositioning/libdeclarative_positioning.so: (/media/dmitry/Projects/qt-creator/5.5/gcc_64/qml/QtPositioning/libdeclarative_positioning.so: undefined symbol: _Z25geoCoordinateInterpolatorRK14QGeoCoordinateS1_d)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question