Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-43175

QtLocation doesn't compile correctly with qmake -r

XMLWordPrintable

    • 4de80f30ee03ff310584e142dfde1858719e0b67

      Try to compile clean QtLocation with "qmake -r & make" and it produces errors:

      In file included from maps/qgeocameradata.cpp:33:
      maps/qgeocameradata_p.h:48:10: fatal error: 'qgeocoordinate.h' file not found
      #include "qgeocoordinate.h"
               ^
      In file included from maps/qgeocodereply.cpp:35:
      maps/qgeocodereply_p.h:50:10: fatal error: 'qgeoshape.h' file not found
      #include "qgeoshape.h"
               ^
      maps/qgeocodingmanager.cpp:38:10: fatal error: 'qgeorectangle.h' file not found
      #include "qgeorectangle.h"
               ^
      In file included from maps/qgeocameratiles.cpp:34:
      maps/qgeocameradata_p.h:48:10: fatal error: 'qgeocoordinate.h' file not found
      #include "qgeocoordinate.h"
               ^
      

      QtLocation will be correctly build when running couple times "qmake -r & make" without cleaning between.

      There's related bug open: QTCREATORBUG-7043

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ulherman Ulf Hermann
            markan Marko Kangas
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes