Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.2
-
None
-
OS: Windows 10 Pro x64
RAM: 8GB
Qt: 5.9.2 Opensource Shared from qt archives
MSVC2017 v.15.4.0
Windows 10 SDK (10.0.15063.0)
MariaDB 10.2
ActivePerl 5.24.2.2403 MSWin32 x86-64int 403863
Python 2.7.14
Ruby 1.9.3-p551
depot_tools
Ninja
win_flex_bison-2.5.5
OpenSSL 1.0.2j Static (x86_64) from source OpenSSL FIPS 2.0.13OS: Windows 10 Pro x64 RAM: 8GB Qt: 5.9.2 Opensource Shared from qt archives MSVC2017 v.15.4.0 Windows 10 SDK (10.0.15063.0) MariaDB 10.2 ActivePerl 5.24.2.2403 MSWin32 x86-64int 403863 Python 2.7.14 Ruby 1.9.3-p551 depot_tools Ninja win_flex_bison-2.5.5 OpenSSL 1.0.2j Static (x86_64) from source OpenSSL FIPS 2.0.13
-
b2c1d565cc4c704dfb266d1291dd50a9e4d1c4bc
Description
Hi all,
I'm trying to compile Qt5.9.2 from source and it fails because of this commit.
I'm compiling Qt without quickcontrols2 and as far as I know the webengine itself isn't in need of that module, but the example recipebrowser is - so it fails to compile.
A much better solution here would be to wrap the example in the pro-file with the use of qtHaveModule like:
TEMPLATE=subdirs SUBDIRS += \ customdialogs \ minimal \ quicknanobrowser qtHaveModule(quickcontrols2) { SUBDIRS += \ recipebrowser }
Then it wouldn't cause an error and crash the "entire" build.
Like always: Just ask if you need more details.
Thanks and kind regards,
Mike