Qt Google Maps Plugin
-
Re: Using Google Maps in an native mobile application
Hi, I was looking at the above post to install the https://github.com/vladest/googlemaps plugin.
I'm in the process of performing the following, however hit a brick wall at the qmake phase.
git clone https://github.com/vladest/googlemaps.git cd googlemaps/ mkdir build cd build/ qmake ../ make sudo make install
I get the following error.
C:/Users/default/Downloads/vladest/googlemaps/.qmake.conf:1: Cannot find feature qt_build_config C:/Users/default/Downloads/vladest/googlemaps/.qmake.conf:1: Cannot find feature qt_build_config Project ERROR: Cannot run compiler 'g++'. Output: =================== =================== Maybe you forgot to setup the environment?
I'm running Windows 10, Qt 6.5, MinGW 11.2.0 64-bit
Thanks in advance.
-
Re: Using Google Maps in an native mobile application
Hi, I was looking at the above post to install the https://github.com/vladest/googlemaps plugin.
I'm in the process of performing the following, however hit a brick wall at the qmake phase.
git clone https://github.com/vladest/googlemaps.git cd googlemaps/ mkdir build cd build/ qmake ../ make sudo make install
I get the following error.
C:/Users/default/Downloads/vladest/googlemaps/.qmake.conf:1: Cannot find feature qt_build_config C:/Users/default/Downloads/vladest/googlemaps/.qmake.conf:1: Cannot find feature qt_build_config Project ERROR: Cannot run compiler 'g++'. Output: =================== =================== Maybe you forgot to setup the environment?
I'm running Windows 10, Qt 6.5, MinGW 11.2.0 64-bit
Thanks in advance.
@wilk3sy said in Qt Google Maps Plugin:
Maybe you forgot to setup the environment?
This is your issue I guess.
If you're using Qt for MinGW then you should use the preconfigured terminal provided by your Qt installation. You can find it in Windows start menu. -
@wilk3sy said in Qt Google Maps Plugin:
Maybe you forgot to setup the environment?
This is your issue I guess.
If you're using Qt for MinGW then you should use the preconfigured terminal provided by your Qt installation. You can find it in Windows start menu. -