Qt 5.5: Compile with QtLocation technology preview
-
Hi,
I want to compile Qt with the QtLocation and QtPositioning technology preview on Ubuntu 32 (12LTS). When I run configure like this then the QtLocation package is not included during compilation:
./configure -developer-build -opensource -nomake examples -nomake tests -confirm-license
How can I include the package in the build?
-
Run configure in verbose mode to see why it is being skipped. Also, make sure QtLocation folder is there in your source directory.