QLocation with Qt 6
-
Hi I am trying to build QtLocation with Qt6. QtLoccation does have a branch for Qt 6, but when I try to build it with its *.pro file it says it cant find the third party project file for poly2tri. When I look at the repository for any of the Qt 6 branches this subdirectory does not exist, but it does exist on the Qt 5.15.2 branch of QtLocation.
Looking for advise on how to compile QtLocation for Qt 6. Thanks in advance for any help
Regards,
David -
Hi,
If memory serves well, the current dev branch contains work to move the module into the Qt 6 area. I would rather build this branch.
Did you also call
git submodule update --init
? -
@SGaist said in QLocation with Qt 6:
git submodule update --init
Sorry for the late reply, thanks for taking the time to answer. Yes I did the "git submodule update --init" command. The issue is that many of the modules located in src/3rdparty are simply not in the Qt 6.3 branch, so I just copied them in from the 5.15.2 branch of QLocation. This got everything to compile