-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Qt 5.9 #7
Comments
try now |
The same issue was exists while compiling with Qt dev branch (5.10) make output:
|
build w/o problems on dev brunch. make sure you have clean up old build artifacts |
@vladest Yes you're right. It's works. Have you any plan to merging into Qt source? What about google maps license? |
@HamedMasafi no plans ATM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 😄
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
The text was updated successfully, but these errors were encountered: