Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-18 Thread Colin Worth
Installed 5.14.2 including sources from Maintenance tool, and reconfigured at the top level. Things look good so far: ... Qt 3D GeometryLoaders: Autodesk FBX ... no Qt Wayland Client no Qt Wayland Compositor no Qt Bluetooth:

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-17 Thread Denis Shienkov
Hi, you can just build the only qtconnectivity module from the QtCreator. You even don't need to re-build whole Qt. BR, Denis 17.09.2020 16:33, Colin Worth пишет: I installed VS2019 and will retry. I also have an error during perl init_repository (using ActivePerl): repository not found:

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-17 Thread Colin Worth
I installed VS2019 and will retry. I also have an error during perl init_repository (using ActivePerl): repository not found: ‘GitHub.com/qt/qtquick3d-assimp.git' is not found. On Sep 15, 2020, at 10:48 AM, Thiago Macieira wrote: > > On Tuesday, 15 September 2020 06:16:42 PDT Colin Worth

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-15 Thread Marcel Krems
Make sure you have checked out the correct branch/tag. Because that is the exact same error I got when compiling the current dev-branch with MSVC 2017 caused by QHashMultiReturnType which doesn't exist in Qt 5. Marcel On 15.09.2020 15:54, Colin Worth wrote: Error is on first compile step:

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-15 Thread Thiago Macieira
On Tuesday, 15 September 2020 06:16:42 PDT Colin Worth wrote: > build qt5.14.2 from source for windows msvc2017 If you're asking this, then you don't have an existing build of Qt with MSVC 2017 that you need to be compatible with. So please upgrade to the latest version (MSVC 2019) before you

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-15 Thread Giuseppe D'Angelo via Interest
On 15/09/2020 15:54, Colin Worth wrote: c:\qt\qt5.14.2\qtbase\include\qtcore\../../src/corelib/tools/qhashfunctions.h(201): error C3520: 'T': parameter pack must be expanded in this context What's your MSVC version *exactly*? (Run cl on the command line) How did you configure Qt? Thanks, --

Re: [Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-15 Thread Colin Worth
Error is on first compile step: cl -c -Fo./ -Fdqmake.pdb -W2 -nologo -O2 -std:c++17 -Zc:__cplusplus /MP /wd4577 -Ic:\Qt\Qt5.14.2\qtbase\qmake -Ic:\Qt\Qt5.14.2\qtbase\qmake\library -Ic:\Qt\Qt5.14.2\qtbase\qmake\generators -Ic:\Qt\Qt5.14.2\qtbase\qmake\generators\unix

[Interest] Build qt 5.14.2 from scratch; enable win32-bluetooth-support

2020-09-15 Thread Colin Worth
Trying to follow the instructions here: https://doc.qt.io/qt-5/windows-building.html to build qt5.14.2 from source for windows msvc2017, but running into build errors. Cloned the sources from git, checked out 5.14.2, and ran perl init-repository.