vladest / googlemaps

QtLocation plugin for Google maps tile API
MIT License
141 stars 59 forks source link

error: QtLocation/private/qgeotiledmap_p.h: No such file or directory #29

Open naserpiltan opened 4 years ago

naserpiltan commented 4 years ago

@vladest hello sir i am developing a qml project. i want to track a car moving on my map.i searched a lot and find out that there is no official plugin for googlemap in qt . i searched again and find your googlemaps plugin.can you give me some information about using it in qt projects?i downloaded it but there is some errors in my project like this : error: QtLocation/private/qgeotiledmap_p.h: No such file or directory i have no idea about solving the problem can you help me ? thank you

asmbaty commented 4 years ago

Same issue here. I'm new to Qt.

naserpiltan commented 4 years ago

@asmbaty i solved the problem. What is your os? You can compile this plugin yourself easily. No need to add this plugin source code in the qt framework. Just build it with qmake.

asmbaty commented 4 years ago

@naserpiltan I'm using Ubuntu linux. Do you have a link to the plugin?

naserpiltan commented 4 years ago

@asmbaty ok. In this link i asked a question about the plugin and got a good solution. https://forum.qt.io/topic/111404/googlemaps-plugin important note : remember to make it with your qt qmake. for me qmake is located in :/home/Qt5.14.0/5.14.0/gcc_64/bin

asmbaty commented 4 years ago

@naserpiltan thanks.