vladest / googlemaps

QtLocation plugin for Google maps tile API
MIT License
137 stars 61 forks source link

Compatibility with Qt 5.9 #7

Open daniel-bogdoll opened 7 years ago

daniel-bogdoll commented 7 years ago

Hey,

with Qt 5.9 some things about the QML Map plugin changed and your googlemaps-plugin is not building anymore. I've tried to use the one I've built with Qt 5.8 in Qt 5.9, but that's not working as well. Of course I don't know how much time you have, but as Qt 5.9 was announced as their new Long-Term release, it might be worth an extension of your plugin.

I feel like it would be only minor changes for your plugin, but of course I'm not sure. If you have some time I would appreciate it if you might have a look :) For me personally a 'reduced' functionality without the newly introduced functions (rotation and tilt) would be fine as well :smile:

Here you can find the new features of 5.9: https://wiki.qt.io/New_Features_in_Qt_5.9

Thanks, Daniel

The terminal log:

daniel@daniel:~/googlemaps$ /home/daniel/Qt/5.9/gcc_64/bin/qmake Info: creating stash file /home/daniel/googlemaps/.qmake.stash daniel@daniel:~/googlemaps$ make g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeoserviceproviderplugingooglemaps.o qgeoserviceproviderplugingooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeocodingmanagerenginegooglemaps.o qgeocodingmanagerenginegooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeocodereplygooglemaps.o qgeocodereplygooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeoroutingmanagerenginegooglemaps.o qgeoroutingmanagerenginegooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeoroutereplygooglemaps.o qgeoroutereplygooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qplacemanagerenginegooglemaps.o qplacemanagerenginegooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qplacesearchreplygooglemaps.o qplacesearchreplygooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qplacecategoriesreplygooglemaps.o qplacecategoriesreplygooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeomapreplygooglemaps.o qgeomapreplygooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeotiledmapgooglemaps.o qgeotiledmapgooglemaps.cpp g++ -c -pipe -O2 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -Wdate-time -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_POSITIONING_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick/5.9.0/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtGui/5.9.0/QtGui -I/home/daniel/Qt/5.9/gcc_64/include -I/home/daniel/Qt/5.9/gcc_64/include/QtLocation -I/home/daniel/Qt/5.9/gcc_64/include/QtQuick -I/home/daniel/Qt/5.9/gcc_64/include/QtGui -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning/5.9.0/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtQml/5.9.0/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0 -I/home/daniel/Qt/5.9/gcc_64/include/QtCore/5.9.0/QtCore -I/home/daniel/Qt/5.9/gcc_64/include/QtPositioning -I/home/daniel/Qt/5.9/gcc_64/include/QtQml -I/home/daniel/Qt/5.9/gcc_64/include/QtNetwork -I/home/daniel/Qt/5.9/gcc_64/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/daniel/Qt/5.9/gcc_64/mkspecs/linux-g++ -o .obj/qgeotiledmappingmanagerenginegooglemaps.o qgeotiledmappingmanagerenginegooglemaps.cpp qgeotiledmappingmanagerenginegooglemaps.cpp: In constructor ‘QGeoTiledMappingManagerEngineGooglemaps::QGeoTiledMappingManagerEngineGooglemaps(const QVariantMap&, QGeoServiceProvider::Error**, QString)’: qgeotiledmappingmanagerenginegooglemaps.cpp:38:121: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int)’ pType(QGeoMapType::StreetMap, tr("Road Map"), tr("Normal map view in daylight mode"), false, false, 1); ^ In file included from /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0, from qgeotiledmappingmanagerenginegooglemaps.h:4, from qgeotiledmappingmanagerenginegooglemaps.cpp:2: /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int, QByteArray) QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile, ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate expects 7 arguments, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate: QGeoMapType::QGeoMapType(const QGeoMapType&) QGeoMapType(const QGeoMapType &other); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate expects 1 argument, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate: QGeoMapType::QGeoMapType() QGeoMapType(); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate expects 0 arguments, 6 provided qgeotiledmappingmanagerenginegooglemaps.cpp:39:131: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int)’ MapType::SatelliteMapDay, tr("Satellite"), tr("Satellite map view in daylight mode"), false, false, 2); ^ In file included from /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0, from qgeotiledmappingmanagerenginegooglemaps.h:4, from qgeotiledmappingmanagerenginegooglemaps.cpp:2: /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int, QByteArray) QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile, ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate expects 7 arguments, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate: QGeoMapType::QGeoMapType(const QGeoMapType&) QGeoMapType(const QGeoMapType &other); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate expects 1 argument, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate: QGeoMapType::QGeoMapType() QGeoMapType(); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate expects 0 arguments, 6 provided qgeotiledmappingmanagerenginegooglemaps.cpp:40:122: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int)’ Type(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain map view in daylight mode"), false, false, 3); ^ In file included from /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0, from qgeotiledmappingmanagerenginegooglemaps.h:4, from qgeotiledmappingmanagerenginegooglemaps.cpp:2: /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int, QByteArray) QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile, ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate expects 7 arguments, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate: QGeoMapType::QGeoMapType(const QGeoMapType&) QGeoMapType(const QGeoMapType &other); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate expects 1 argument, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate: QGeoMapType::QGeoMapType() QGeoMapType(); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate expects 0 arguments, 6 provided qgeotiledmappingmanagerenginegooglemaps.cpp:41:135: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int)’ ype::HybridMap, tr("Hybrid"), tr("Satellite map view with streets in daylight mode"), false, false, 4); ^ In file included from /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0, from qgeotiledmappingmanagerenginegooglemaps.h:4, from qgeotiledmappingmanagerenginegooglemaps.cpp:2: /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int, QByteArray) QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile, ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:79:5: note: candidate expects 7 arguments, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate: QGeoMapType::QGeoMapType(const QGeoMapType&) QGeoMapType(const QGeoMapType &other); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:78:5: note: candidate expects 1 argument, 6 provided /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate: QGeoMapType::QGeoMapType() QGeoMapType(); ^ /home/daniel/Qt/5.9/gcc_64/include/QtLocation/5.9.0/QtLocation/private/qgeomaptype_p.h:77:5: note: candidate expects 0 arguments, 6 provided Makefile:3604: recipe for target '.obj/qgeotiledmappingmanagerenginegooglemaps.o' failed make: * [.obj/qgeotiledmappingmanagerenginegooglemaps.o] Error 1

vladest commented 7 years ago

try now

HamedMasafi commented 7 years ago

The same issue was exists while compiling with Qt dev branch (5.10)

make output:

g++ -c -pipe -O2 -std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Wvla -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_LOCATION_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I/opt/src/Qt/extra/googlemaps -I. -I/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0 -I/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation -I/opt/Qt/Qt-dev-build/include/QtQuick/5.10.0 -I/opt/Qt/Qt-dev-build/include/QtQuick/5.10.0/QtQuick -I/opt/src/Qt/build-qt5/qtbase/include/QtGui/5.10.0 -I/opt/src/Qt/build-qt5/qtbase/include/QtGui/5.10.0/QtGui -I/opt/Qt/Qt-dev-build/include -I/opt/Qt/Qt-dev-build/include/QtLocation -I/opt/Qt/Qt-dev-build/include/QtQuick -I/opt/src/Qt/build-qt5/qtbase/include -I/opt/src/Qt/build-qt5/qtbase/include/QtGui -I/opt/Qt/Qt-dev-build/include/QtPositioning/5.10.0 -I/opt/Qt/Qt-dev-build/include/QtPositioning/5.10.0/QtPositioning -I/opt/Qt/Qt-dev-build/include/QtQml/5.10.0 -I/opt/Qt/Qt-dev-build/include/QtQml/5.10.0/QtQml -I/opt/src/Qt/build-qt5/qtbase/include/QtCore/5.10.0 -I/opt/src/Qt/build-qt5/qtbase/include/QtCore/5.10.0/QtCore -I/opt/Qt/Qt-dev-build/include/QtQml -I/opt/src/Qt/build-qt5/qtbase/include/QtNetwork -I/opt/Qt/Qt-dev-build/include/QtPositioning -I/opt/src/Qt/build-qt5/qtbase/include/QtCore -I.moc -isystem /usr/include/libdrm -I/opt/Qt/Qt-dev-build/mkspecs/linux-g++ -o .obj/qgeotiledmappingmanagerenginegooglemaps.o /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp: In constructor ‘QGeoTiledMappingManagerEngineGooglemaps::QGeoTiledMappingManagerEngineGooglemaps(const QVariantMap&, QGeoServiceProvider::Error*, QString*)’:
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:44:135: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int, const char [11])’
     types << QGeoMapType(QGeoMapType::StreetMap, tr("Road Map"), tr("Normal map view in daylight mode"), false, false, 1, "googlemaps");
                                                                                                                                       ^
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:44:135: note: candidates are:
In file included from /opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.h:4,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:2:
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int)
     QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile,
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note:   candidate expects 6 arguments, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note: QGeoMapType::QGeoMapType(const QGeoMapType&)
     QGeoMapType(const QGeoMapType &other);
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note:   candidate expects 1 argument, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note: QGeoMapType::QGeoMapType()
     QGeoMapType();
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note:   candidate expects 0 arguments, 7 provided
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:45:145: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int, const char [11])’
     types << QGeoMapType(QGeoMapType::SatelliteMapDay, tr("Satellite"), tr("Satellite map view in daylight mode"), false, false, 2, "googlemaps");
                                                                                                                                                 ^
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:45:145: note: candidates are:
In file included from /opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.h:4,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:2:
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int)
     QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile,
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note:   candidate expects 6 arguments, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note: QGeoMapType::QGeoMapType(const QGeoMapType&)
     QGeoMapType(const QGeoMapType &other);
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note:   candidate expects 1 argument, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note: QGeoMapType::QGeoMapType()
     QGeoMapType();
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note:   candidate expects 0 arguments, 7 provided
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:46:136: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int, const char [11])’
     types << QGeoMapType(QGeoMapType::TerrainMap, tr("Terrain"), tr("Terrain map view in daylight mode"), false, false, 3, "googlemaps");
                                                                                                                                        ^
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:46:136: note: candidates are:
In file included from /opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.h:4,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:2:
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int)
     QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile,
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note:   candidate expects 6 arguments, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note: QGeoMapType::QGeoMapType(const QGeoMapType&)
     QGeoMapType(const QGeoMapType &other);
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note:   candidate expects 1 argument, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note: QGeoMapType::QGeoMapType()
     QGeoMapType();
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note:   candidate expects 0 arguments, 7 provided
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:47:149: error: no matching function for call to ‘QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, QString, QString, bool, bool, int, const char [11])’
     types << QGeoMapType(QGeoMapType::HybridMap, tr("Hybrid"), tr("Satellite map view with streets in daylight mode"), false, false, 4, "googlemaps");
                                                                                                                                                     ^
/opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:47:149: note: candidates are:
In file included from /opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeotiledmappingmanagerengine_p.h:56:0,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.h:4,
                 from /opt/src/Qt/extra/googlemaps/qgeotiledmappingmanagerenginegooglemaps.cpp:2:
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note: QGeoMapType::QGeoMapType(QGeoMapType::MapStyle, const QString&, const QString&, bool, bool, int)
     QGeoMapType(MapStyle style, const QString &name, const QString &description, bool mobile,
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:79:5: note:   candidate expects 6 arguments, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note: QGeoMapType::QGeoMapType(const QGeoMapType&)
     QGeoMapType(const QGeoMapType &other);
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:78:5: note:   candidate expects 1 argument, 7 provided
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note: QGeoMapType::QGeoMapType()
     QGeoMapType();
     ^
/opt/Qt/Qt-dev-build/include/QtLocation/5.10.0/QtLocation/private/qgeomaptype_p.h:77:5: note:   candidate expects 0 arguments, 7 provided
make: *** [.obj/qgeotiledmappingmanagerenginegooglemaps.o] Error 1
blackdal@debian:/opt/src/Qt/extra/build-googlemaps$ 
vladest commented 6 years ago

build w/o problems on dev brunch. make sure you have clean up old build artifacts

HamedMasafi commented 6 years ago

@vladest Yes you're right. It's works. Have you any plan to merging into Qt source? What about google maps license?

vladest commented 6 years ago

@HamedMasafi no plans ATM Google officially does not providing tiles support, so the plugin is kinda in gray area