Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.5.1
-
None
-
Windows 10 64 and Qt 5.5.1 (Fresh install)
Linux/Ubuntu 14.04 (qt-enterprise-linux-x64-android-5.5.1_211.run)
Just before 5.5.1 update all was working fine
Description
I just want to use #include <QGeoCodingManager>
All was working fine with 5.5.
Now can't build my project for win32 or Android. I didn't try other platforms
I've try to reinstall Qt after cleaning doesn't help.
Here is the output :
In file included from ../../../Qt/5.5/mingw492_32/include/QtLocation/QGeoCodeReply:1:0,
from ../../../Qt/5.5/mingw492_32/include/QtLocation/qgeocodingmanager.h:40,
from ../../../Qt/5.5/mingw492_32/include/QtLocation/QGeoCodingManager:1,
from ../main.cpp:17:
../../../Qt/5.5/mingw492_32/include/QtLocation/qgeocodereply.h:42:38: fatal error: QtPositioning/QGeoLocation: No such file or directory
#include <QtPositioning/QGeoLocation>
^
compilation terminated.
Attachments
Issue Links
- duplicates
-
QTBUG-48812 QGeoLocation headers not included in 5.5.1 SDK release
- Closed