Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Google Maps Plugin
Forum Updated to NodeBB v4.3 + New Features

Qt Google Maps Plugin

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 620 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wilk3sy
    wrote on last edited by
    #1

    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.

    jsulmJ 1 Reply Last reply
    0
    • W wilk3sy

      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.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      W 1 Reply Last reply
      1
      • jsulmJ jsulm

        @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.

        W Offline
        W Offline
        wilk3sy
        wrote on last edited by
        #3

        @jsulm That my friend was the exact problem!

        Thank you very much.

        1 Reply Last reply
        0
        • W wilk3sy has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved