Qt5.9 source code compilation(QWebEngine)
-
Hello there! After a long compilation of the Qt5.9 source code, I got Qt without the QWebengine module. How do you deal with visual studio 2015 compiling Qt5.9 source code to make it finally get QWebengine module?
@dr_W
how did you configure Qt? -
@dr_W
how did you configure Qt?@raven-worx configure -v -mp -opensource -confirm-license -platform %make_spec% -debug-and-release -force-debug-info -qt-sqlite -qt-pcre -qt-zlib -qt-libpng -qt-libjpeg -opengl es2 -proprietary-codecs -qt-freetype -icu -I %CU_PATH%\include -L %CU_PATH%\lib -openssl -nomake examples -nomake tests -prefix %QT5_INSTALL_PATH%
-
@raven-worx configure -v -mp -opensource -confirm-license -platform %make_spec% -debug-and-release -force-debug-info -qt-sqlite -qt-pcre -qt-zlib -qt-libpng -qt-libjpeg -opengl es2 -proprietary-codecs -qt-freetype -icu -I %CU_PATH%\include -L %CU_PATH%\lib -openssl -nomake examples -nomake tests -prefix %QT5_INSTALL_PATH%
@dr_W
and what did the configure summary show in the QtWebengine section? Can you post the summary (at best the whole summary)?
Are you sure that the ICU libraries could be found?Is this a type?
%CU_PATH%
, shouldn't it be%ICU_PATH%
For what platform/device exactly are you targeting? I am curious because you also specified
-opengl es2
on Windows? -
@dr_W
and what did the configure summary show in the QtWebengine section? Can you post the summary (at best the whole summary)?
Are you sure that the ICU libraries could be found?Is this a type?
%CU_PATH%
, shouldn't it be%ICU_PATH%
For what platform/device exactly are you targeting? I am curious because you also specified
-opengl es2
on Windows?@raven-worx My platform is win7 and I don't need cross platform, but I need to compile QWebengine.
set MSVC_PATH=D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC
set make_spec=win32-msvc
set QT5_SRC_PATH=D:\Qt2\5.9.3\Src
set QT5_INSTALL_PATH=D:\Qt2\5.9.3\Qt5
set PERL_PATH=C:\Perl
set PYTHON_PATH=D:\Python27
set RUBY_PATH=C:\Ruby25
set WIN_FLEX_BISION_PATH=%QT5_SRC_PATH%\gnuwin32\bin
set ICU_PATH=D:\Qt2\5.9.3\icu
set OPENSSL_PATH=D:\Qt2\5.9.3\opensslset PATH=%QT5_SRC_PATH%\qtbase\bin;%QT5_SRC_PATH%\qtbase\lib;%QT5_SRC_PATH%\gnuwin32\bin;%RUBY_PATH%\bin;%PATH%
set PATH=%PATH%;%PERL_PATH%\bin;%PYTHON_PATH%
set LIB=%LIB%;%ICU_PATH%\lib;%OPENSSL_PATH%\lib
set INCLUDE=%INCLUDE%;%ICU_PATH%\include;%OPENSSL_PATH%\include
set PATH=%PATH%;%ICU_PATH%\bin;%OPENSSL_PATH%\bin;%ICU_PATH%\lib
call "%MSVC_PATH%\vcvarsall.bat" x86call configure -v -mp -opensource -confirm-license -platform %make_spec% -debug-and-release -force-debug-info -qt-sqlite -qt-pcre -qt-zlib -qt-libpng -qt-libjpeg -opengl es2 -proprietary-codecs -qt-freetype -icu -I %ICU_PATH%\include -L %ICU_PATH%\lib -openssl -nomake examples -nomake tests -prefix %QT5_INSTALL_PATH%
jom
jom install
jom cleanxcopy /y /k "%icu_path%\bin\icudt58.dll" "%QT5_INSTALL_PATH%\bin"
xcopy /y /k "%icu_path%\bin\icuin58.dll" "%QT5_INSTALL_PATH%\bin"
xcopy /y /k "%icu_path%\bin\icuio58.dll" "%QT5_INSTALL_PATH%\bin"
xcopy /y /k "%icu_path%\bin\icutest58.dll" "%QT5_INSTALL_PATH%\bin"
xcopy /y /k "%icu_path%\bin\icutu58.dll" "%QT5_INSTALL_PATH%\bin"
xcopy /y /k "%icu_path%\bin\icuuc58.dll" "%QT5_INSTALL_PATH%\bin"
xcopy /y /k "%icu_path%\lib\icudt.lib" "%QT5_INSTALL_PATH%\lib"
xcopy /y /k "%icu_path%\lib\icuin.lib" "%QT5_INSTALL_PATH%\lib"
xcopy /y /k "%icu_path%\lib\icuio.lib" "%QT5_INSTALL_PATH%\lib"
xcopy /y /k "%icu_path%\lib\icutest.lib" "%QT5_INSTALL_PATH%\lib"
xcopy /y /k "%icu_path%\lib\icutu.lib" "%QT5_INSTALL_PATH%\lib"
xcopy /y /k "%icu_path%\lib\icuuc.lib" "%QT5_INSTALL_PATH%\lib"xcopy /y /k "%openssl_path%\lib\libeay32.lib" "%QT5_INSTALL_PATH%\lib"
xcopy /y /k "%openssl_path%\lib\ssleay32.lib" "%QT5_INSTALL_PATH%\lib" -
@dr_W
and what did the configure summary show in the QtWebengine section? Can you post the summary (at best the whole summary)?
Are you sure that the ICU libraries could be found?Is this a type?
%CU_PATH%
, shouldn't it be%ICU_PATH%
For what platform/device exactly are you targeting? I am curious because you also specified
-opengl es2
on Windows?@raven-worx said in Qt5.9 source code compilation(QWebEngine):
Can you post the summary (at best the whole summary)?
-
@raven-worx said in Qt5.9 source code compilation(QWebEngine):
Can you post the summary (at best the whole summary)?
@raven-worx I don't understand what the summary you are talking about is config.log or the information displayed in cmd?[0_1521136679624_config.log](Uploading 100%) [0_1521136694591_config.log](Uploading 100%)
-
@raven-worx I don't understand what the summary you are talking about is config.log or the information displayed in cmd?[0_1521136679624_config.log](Uploading 100%) [0_1521136694591_config.log](Uploading 100%)
Command line: -v -mp -opensource -confirm-license -platform win32-msvc -debug-and-release -force-debug-info -qt-sqlite -qt-pcre -qt-zlib -qt-libpng -qt-libjpeg -opengl es2 -proprietary-codecs -qt-freetype -icu -I \include -L \lib -openssl -nomake examples -nomake tests -prefix D:\Qt2\5.9.3\Qt5
executing config test verifyspec- cd /d D:\Qt2\5.9.3\Src\config.tests\verifyspec && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/qtbase/config.tests/verifyspec
- cd /d D:\Qt2\5.9.3\Src\config.tests\verifyspec && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -ID:\Qt2\5.9.3\Src\qtbase\config.tests\verifyspec -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\verifyspec.obj.10956.0.jom
verifyspec.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:verifyspec.exe @C:\Users\ADMINI~1\AppData\Local\Temp\verifyspec.exe.10956.78.jom
test config.qtbase.tests.verifyspec succeeded
executing config test alloca_h- cd /d D:\Qt2\5.9.3\Src\config.tests\alloca_h && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/alloca_h
- cd /d D:\Qt2\5.9.3\Src\config.tests\alloca_h && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.9928.0.jom
main.cpp
main.cpp(2): fatal error C1083: ????????: "alloca.h": No such file or directory
jom: D:\Qt2\5.9.3\Src\config.tests\alloca_h\Makefile [main.obj] Error 2
test config.qtbase.tests.alloca_h FAILED
executing config test alloca_malloc_h- cd /d D:\Qt2\5.9.3\Src\config.tests\alloca_malloc_h && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/alloca_malloc_h
- cd /d D:\Qt2\5.9.3\Src\config.tests\alloca_malloc_h && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.7040.0.jom
main.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:alloca_malloc_h.exe @C:\Users\ADMINI~1\AppData\Local\Temp\alloca_malloc_h.exe.7040.78.jom
test config.qtbase.tests.alloca_malloc_h succeeded
executing config test architecture- cd /d D:\Qt2\5.9.3\Src\config.tests\arch && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/qtbase/config.tests/arch
- cd /d D:\Qt2\5.9.3\Src\config.tests\arch && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -ID:\Qt2\5.9.3\Src\qtbase\config.tests\arch -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\arch.obj.11176.16.jom
arch.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:arch.exe @C:\Users\ADMINI~1\AppData\Local\Temp\arch.exe.11176.94.jom
Detected architecture: i386 (sse sse2)
test config.qtbase.tests.architecture gave result i386
executing config test sse2- cd /d D:\Qt2\5.9.3\Src\config.tests\sse2 && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/sse2
- cd /d D:\Qt2\5.9.3\Src\config.tests\sse2 && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -arch:SSE2 -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.10364.0.jom
main.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:sse2.exe @C:\Users\ADMINI~1\AppData\Local\Temp\sse2.exe.10364.78.jom
test config.qtbase.tests.sse2 succeeded
executing config test sse3- cd /d D:\Qt2\5.9.3\Src\config.tests\sse3 && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/sse3
- cd /d D:\Qt2\5.9.3\Src\config.tests\sse3 && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -arch:SSE2 -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.6332.0.jom
main.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:sse3.exe @C:\Users\ADMINI~1\AppData\Local\Temp\sse3.exe.6332.78.jom
test config.qtbase.tests.sse3 succeeded
executing config test ssse3- cd /d D:\Qt2\5.9.3\Src\config.tests\ssse3 && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/ssse3
- cd /d D:\Qt2\5.9.3\Src\config.tests\ssse3 && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -arch:SSE2 -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.8704.0.jom
main.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:ssse3.exe @C:\Users\ADMINI~1\AppData\Local\Temp\ssse3.exe.8704.78.jom
test config.qtbase.tests.ssse3 succeeded
executing config test sse4_1- cd /d D:\Qt2\5.9.3\Src\config.tests\sse4_1 && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/sse4_1
- cd /d D:\Qt2\5.9.3\Src\config.tests\sse4_1 && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -arch:SSE2 -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.3080.0.jom
main.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:sse4_1.exe @C:\Users\ADMINI~1\AppData\Local\Temp\sse4_1.exe.3080.78.jom
test config.qtbase.tests.sse4_1 succeeded
executing config test sse4_2- cd /d D:\Qt2\5.9.3\Src\config.tests\sse4_2 && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/sse4_2
- cd /d D:\Qt2\5.9.3\Src\config.tests\sse4_2 && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -arch:SSE2 -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.9804.0.jom
main.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:sse4_2.exe @C:\Users\ADMINI~1\AppData\Local\Temp\sse4_2.exe.9804.78.jom
test config.qtbase.tests.sse4_2 succeeded
executing config test avx- cd /d D:\Qt2\5.9.3\Src\config.tests\avx && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/avx
- cd /d D:\Qt2\5.9.3\Src\config.tests\avx && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -arch:AVX -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.9752.0.jom
main.cpp
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST:embed /OUT:avx.exe @C:\Users\ADMINI~1\AppData\Local\Temp\avx.exe.9752.78.jom
test config.qtbase.tests.avx succeeded
executing config test avx2- cd /d D:\Qt2\5.9.3\Src\config.tests\avx2 && D:\Qt2\5.9.3\Src\qtbase\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += \lib" "INCLUDEPATH += \include" D:/Qt2/5.9.3/Src/config.tests/avx2
- cd /d D:\Qt2\5.9.3\Src\config.tests\avx2 && set MAKEFLAGS=& jom
jom 1.1.2 - empower your cores
cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -arch:AVX2 -O2 -MT -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -DNDEBUG -I. -I\include -ID:\Qt2\5.9.3\Src\qtbase\mkspecs\win32-msvc -Fo @C:\Users\ADMINI~1\AppData\Local\Temp\main.obj.10992.0.jom -
@raven-worx said in Qt5.9 source code compilation(QWebEngine):
Can you post the summary (at best the whole summary)?
@raven-worx Teacher! Can you give me a compilation tutorial? I want to study it again.
-
@raven-worx I don't understand what the summary you are talking about is config.log or the information displayed in cmd?[0_1521136679624_config.log](Uploading 100%) [0_1521136694591_config.log](Uploading 100%)
@dr_W
i mean the output in the cmd when you call configure. There you get a summary list of all the features in Qt which are en-/disabled.
The summary was also written to a file, but IIRC but this feature was removed in a recent Qt5 version. -
@raven-worx said in Qt5.9 source code compilation(QWebEngine):
Can you post the summary (at best the whole summary)?
@raven-worx
boringssl.lib(stack.obj) : error LNK2001: ????????? __imp__bsearch
boringssl.lib(err.obj) : error LNK2001: ????????? __imp__bsearch
boringssl.lib(v3_purp.obj) : error LNK2001: ????????? __imp__bsearch
boringssl.lib(a_strnid.obj) : error LNK2001: ????????? __imp__bsearch
net.lib(cert_verify_proc_whitelist.obj) : error LNK2001: ????????? __imp__bsearc
h
net.lib(ssl_cipher_suite_names.obj) : error LNK2001: ????????? __imp__bsearch
boringssl.lib(ssl_cipher.obj) : error LNK2001: ????????? __imp__bsearch
boringssl.lib(obj.obj) : error LNK2001: ????????? __imp__bsearch
harfbuzz-ng.lib(hb-ot-shape-complex-indic.obj) : error LNK2001: ????????? _imp
_bsearch
harfbuzz-ng.lib(hb-ot-shape-complex-use.obj) : error LNK2001: ????????? __imp__b
search
harfbuzz-ng.lib(hb-ot-tag.obj) : error LNK2001: ????????? __imp__bsearch
net.lib(hash_value.obj) : error LNK2001: ????????? __imp__bsearch
ui_data_pack.lib(data_pack.obj) : error LNK2001: ????????? __imp__bsearch
harfbuzz-ng.lib(hb-ot-shape.obj) : error LNK2001: ????????? __imp__bsearch
harfbuzz-ng.lib(hb-ot-shape-complex-arabic.obj) : error LNK2001: ????????? __imp
__bsearch
harfbuzz-ng.lib(hb-ot-shape-complex-hangul.obj) : error LNK2001: ????????? __imp
__bsearch
gfx.lib(physical_size.obj) : error LNK2019: ????????? __imp__wcsicmp,?????? "cla
ss std::vector<struct gfx::PhysicalDisplaySize,class std::allocator<struct gfx::
PhysicalDisplaySize> > __cdecl gfx::GetPhysicalSizeForDisplays(void)" (?GetPhysi
calSizeForDisplays@gfx@@YA?AV?$vector@UPhysicalDisplaySize@gfx@@V?$allocator@UPh
ysicalDisplaySize@gfx@@@std@@@std@@XZ) ????
OLDNAMES.lib(wcsicmp.obi) : error LNK2001: ????????? __imp__wcsicmp
gfx.lib(color_transform.obj) : error LNK2019: ????????? __imp__fmax,?????? "doub
le __cdecl fmax<float,int>(float,int)" (??$fmax@MH@@YANMH@Z) ????
gfx.lib(color_transform.obj) : error LNK2019: ????????? __imp__fminf,?????? "flo
at __cdecl fmin(float,float)" (?fmin@@YAMMM@Z) ????
qcms.lib(iccread.obj) : error LNK2019: ????????? __imp___wfopen,?????? _qcms_pro
file_from_unicode_path ????
libxml2.lib(xmlIO.obj) : error LNK2001: ????????? __imp___wfopen
rtc_base.lib(stream.obj) : error LNK2001: ????????? __imp___wfopen
system_wrappers.lib(file_impl.obj) : error LNK2001: ????????? __imp___wfopen
net.lib(quic_connection.obj) : error LNK2019: ????????? __imp__llround,?????? "c
lass net::QuicTime::Delta __cdecl net::operator*(class net::QuicTime::Delta,doub
le)" (??Dnet@@YA?AVDelta@QuicTime@0@V120@N@Z) ????
net.lib(quic_sent_packet_manager.obj) : error LNK2001: ????????? __imp__llround
net.lib(rtt_stats.obj) : error LNK2001: ????????? __imp__llround
net.lib(bbr_sender.obj) : error LNK2019: ????????? __imp__llroundf,?????? "__int
64 __cdecl llround(float)" (?llround@@YA_JM@Z) ????
net.lib(tcp_cubic_sender_base.obj) : error LNK2001: ????????? __imp__llroundf
net.lib(cubic_bytes.obj) : error LNK2019: ????????? __imp__cbrt,?????? "double _
_cdecl cbrt<unsigned __int64>(unsigned __int64)" (??$cbrt@_K@@YAN_K@Z) ????
net.lib(cubic.obj) : error LNK2001: ????????? __imp__cbrt
ffmpeg_internal.lib(mpegaudiodec_fixed.obj) : error LNK2001: ????????? __imp__cb
rt
ffmpeg_internal.lib(cbrt_data.obj) : error LNK2001: ????????? __imp__cbrt
libwebm.lib(mkvmuxer.obj) : error LNK2001: ????????? __imp___time64
rtc_base.lib(opensslidentity.obj) : error LNK2001: ????????? __imp___time64
rtc_base.lib(httpcommon.obj) : error LNK2001: ????????? __imp___time64
usrsctp.lib(sctp_usrreq.obj) : error LNK2001: ????????? __imp___time64
pdfium.lib(cpdfsdk_datetime.obj) : error LNK2001: ????????? __imp___time64
fpdfapi.lib(cpdf_security_handler.obj) : error LNK2001: ????????? __imp___time64fx_lcms2.lib(cmsio0.obj) : error LNK2001: ????????? __imp___time64
javascript.lib(JS_Value.obj) : error LNK2001: ????????? __imp___time64
boringssl.lib(x509_vfy.obj) : error LNK2001: ????????? __imp___time64
boringssl.lib(ssl_session.obj) : error LNK2001: ????????? __imp___time64
boringssl.lib(a_time.obj) : error LNK2001: ????????? __imp___time64
bundled_minizip.lib(zip.obj) : error LNK2001: ????????? __imp___time64
boringssl.lib(ssl_lib.obj) : error LNK2019: ????????? __imp___ftime64,?????? _ss
l_get_current_time ????
rtc_base_approved.lib(timeutils.obj) : error LNK2001: ????????? __imp___ftime64
usrsctp.lib(user_socket.obj) : error LNK2001: ????????? __imp___ftime64
usrsctp.lib(sctp_userspace.obj) : error LNK2001: ????????? __imp___ftime64
boringssl.lib(err.obj) : error LNK2019: ????????? __imp__fputs,?????? _print_err
ors_to_file ????
ffmpeg_internal.lib(log.obj) : error LNK2001: ????????? __imp__fputs
boringssl.lib(fd.obj) : error LNK2019: ????????? __imp___read,?????? _fd_read ??
??
OLDNAMES.lib(read.obi) : error LNK2001: ????????? __imp___read
boringssl.lib(time_support.obj) : error LNK2019: ????????? __imp___gmtime64_s,??
???? _gmtime_s ????
gesture_detection.lib(snap_scroll_controller.obj) : error LNK2019: ????????? __i
mp___hypotf,?????? _hypotf ????
blink_platform.lib(FloatSize.obj) : error LNK2001: ????????? __imp___hypotf
blink_platform.lib(FloatPoint.obj) : error LNK2001: ????????? __imp___hypotf
rendering.lib(BasicShapes.obj) : error LNK2001: ????????? __imp___hypotf
translator.lib(IntermNode.obj) : error LNK2019: ????????? __imp__acoshf,?????? "
public: class sh::TConstantUnion * __thiscall sh::TIntermConstantUnion::foldUnar
yComponentWise(enum TOperator,class sh::TDiagnostics *)" (?foldUnaryComponentWis
e@TIntermConstantUnion@sh@@QAEPAVTConstantUnion@2@W4TOperator@@PAVTDiagnostics@2
@@Z) ????
translator.lib(IntermNode.obj) : error LNK2019: ????????? __imp__asinhf,?????? "
public: class sh::TConstantUnion * __thiscall sh::TIntermConstantUnion::foldUnar
yComponentWise(enum TOperator,class sh::TDiagnostics *)" (?foldUnaryComponentWis
e@TIntermConstantUnion@sh@@QAEPAVTConstantUnion@2@W4TOperator@@PAVTDiagnostics@2
@@Z) ????
translator.lib(IntermNode.obj) : error LNK2019: ????????? __imp__atanhf,?????? "
public: class sh::TConstantUnion * __thiscall sh::TIntermConstantUnion::foldUnar
yComponentWise(enum TOperator,class sh::TDiagnostics *)" (?foldUnaryComponentWis
e@TIntermConstantUnion@sh@@QAEPAVTConstantUnion@2@W4TOperator@@PAVTDiagnostics@2
@@Z) ????
translator.lib(IntermNode.obj) : error LNK2019: ????????? __imp__exp2f,?????? "p
ublic: class sh::TConstantUnion * __thiscall sh::TIntermConstantUnion::foldUnary
ComponentWise(enum TOperator,class sh::TDiagnostics *)" (?foldUnaryComponentWise
@TIntermConstantUnion@sh@@QAEPAVTConstantUnion@2@W4TOperator@@PAVTDiagnostics@2@
@Z) ????
ffmpeg_internal.lib(dict.obj) : error LNK2019: ????????? __imp___gmtime64,??????
_avpriv_dict_set_timestamp ????
ffmpeg_internal.lib(parseutils.obj) : error LNK2001: ????????? __imp___gmtime64
fx_lcms2.lib(cmsio0.obj) : error LNK2001: ????????? __imp___gmtime64
ffmpeg_internal.lib(log.obj) : error LNK2019: ????????? __imp__isatty,?????? _av
_log_default_callback ????
OLDNAMES.lib(isatty.obi) : error LNK2001: ????????? __imp__isatty
ffmpeg_internal.lib(opt.obj) : error LNK2019: ????????? __imp__llrint,?????? _wr
ite_number ????
ffmpeg_internal.lib(utils.obj) : error LNK2001: ????????? __imp__llrint
ffmpeg_internal.lib(autorename_libavformat_utils.obj) : error LNK2001: ?????????
__imp__llrint
ffmpeg_internal.lib(mpegaudiodec_fixed.obj) : error LNK2001: ????????? __imp__ll
rint
bundled_libvpx.lib(threading.obj) : error LNK2019: ????????? __imp___beginthread
ex,?????? _thread_decoding_proc@4 ????
bundled_libvpx.lib(vpx_thread.obj) : error LNK2001: ????????? __imp___beginthrea
dex
ffmpeg_internal.lib(pthread_frame.obj) : error LNK2001: ????????? __imp___begint
hreadex
ffmpeg_internal.lib(pthread_slice.obj) : error LNK2001: ????????? __imp___begint
hreadex
bundled_libvpx.lib(ethreading.obj) : error LNK2001: ????????? __imp___beginthrea
dex
v8_libbase.lib(platform-win32.obj) : error LNK2001: ????????? __imp___beginthrea
dex
ffmpeg_internal.lib(eval.obj) : error LNK2019: ????????? __imp__exp2,?????? av
strtod ????
ffmpeg_internal.lib(mpegaudiodec_fixed.obj) : error LNK2001: ????????? __imp__ex
p2
ffmpeg_internal.lib(opus.obj) : error LNK2001: ????????? __imp__exp2
ffmpeg_internal.lib(eval.obj) : error LNK2019: ????????? __imp__hypot,?????? _ev
al_expr ????
ffmpeg_internal.lib(mov.obj) : error LNK2001: ????????? __imp__hypot
ffmpeg_internal.lib(display.obj) : error LNK2001: ????????? __imp__hypot
ffmpeg_internal.lib(aacps_float.obj) : error LNK2001: ????????? __imp__hypot
crypto.lib(NormalizeAlgorithm.obj) : error LNK2001: ????????? __imp__trunc
core_generated.lib(DictionaryHelperForCore.obj) : error LNK2001: ????????? __imp
__trunc
css_0.lib(CSSCalculationValue.obj) : error LNK2001: ????????? __imp__trunc
ffmpeg_internal.lib(eval.obj) : error LNK2001: ????????? __imp__trunc
v8_base.lib(wasm-external-refs.obj) : error LNK2001: ????????? __imp__trunc
v8_base.lib(runtime-simd.obj) : error LNK2001: ????????? __imp__trunc
core_generated.lib(V8Binding.obj) : error LNK2001: ????????? __imp__trunc
ffmpeg_internal.lib(parseutils.obj) : error LNK2019: ????????? __imp___localtime
64,?????? _av_parse_time ????
pdfium.lib(cpdfsdk_datetime.obj) : error LNK2001: ????????? __imp___localtime64
javascript.lib(JS_Value.obj) : error LNK2001: ????????? __imp___localtime64
ffmpeg_internal.lib(random_seed.obj) : error LNK2019: ????????? __imp__clock,???
??? _get_generic_seed ????
hunspell.lib(suggestmgr.obj) : error LNK2001: ????????? __imp__clock
libsrtp.lib(cipher.obj) : error LNK2001: ????????? __imp__clock
v8_base.lib(elements.obj) : error LNK2019: ????????? __imp__lrint,?????? "public
: void __thiscall v8::internal::FixedTypedArray<class v8::internal::Uint8Clamped
ArrayTraits>::SetValue(unsigned int,class v8::internal::Object *)" (?SetValue@?$
FixedTypedArray@VUint8ClampedArrayTraits@internal@v8@@@internal@v8@@QAEXIPAVObje
ct@23@@Z) ????
dom_0.lib(DOMTypedArray.obj) : error LNK2001: ????????? __imp__lrint
v8_base.lib(typer.obj) : error LNK2001: ????????? __imp__nearbyint
v8_base.lib(types.obj) : error LNK2001: ????????? __imp__nearbyint
v8_base.lib(type-cache.obj) : error LNK2001: ????????? __imp__nearbyint
v8_base.lib(operation-typer.obj) : error LNK2001: ????????? __imp__nearbyint
v8_base.lib(wasm-external-refs.obj) : error LNK2001: ????????? __imp__nearbyint
v8_base.lib(ast-types.obj) : error LNK2001: ????????? __imp__nearbyint
v8_base.lib(js-native-context-specialization.obj) : error LNK2001: ????????? __i
mp__nearbyint
v8_base.lib(js-typed-lowering.obj) : error LNK2001: ????????? __imp__nearbyint
v8_base.lib(wasm-external-refs.obj) : error LNK2019: ????????? __imp__nearbyintf
,?????? "void __cdecl v8::internal::wasm::f32_nearest_int_wrapper(float *)" (?f3
2_nearest_int_wrapper@wasm@internal@v8@@YAXPAM@Z) ????
v8_base.lib(machine-operator-reducer.obj) : error LNK2019: ????????? __imp__copy
sign,?????? "public: virtual class v8::internal::compiler::Reduction __thiscall
v8::internal::compiler::MachineOperatorReducer::Reduce(class v8::internal::compi
ler::Node *)" (?Reduce@MachineOperatorReducer@compiler@internal@v8@@UAE?AVReduct
ion@234@PAVNode@234@@Z) ????
blink_platform.lib(TransformationMatrix.obj) : error LNK2001: ????????? __imp__c
opysign
v8_libbase.lib(ieee754.obj) : error LNK2019: ????????? __imp__scalbn,?????? "int
__cdecl v8::base::ieee754::`anonymous namespace'::__kernel_rem_pio2(double *,do
uble *,int,int,int,int const *)" (?__kernel_rem_pio2@?A0xd96c0707@ieee754@base@v
8@@YAHPAN0HHHPBH@Z) ????
device_gamepad.lib(raw_input_data_fetcher_win.obj) : error LNK2019: ????????? __
imp__wcsstr,?????? "wchar_t * __cdecl wcsstr(wchar_t *,wchar_t const *)" (?wcsst
r@@YAPA_WPA_WPB_W@Z) ????
bundled_minizip.lib(ioapi.obj) : error LNK2019: ????????? __imp___ftelli64,?????
? _ftell64_file_func ????
fx_libopenjpeg.lib(openjpeg.obj) : error LNK2001: ????????? __imp___ftelli64
libwebm.lib(mkvwriter.obj) : error LNK2001: ????????? __imp___ftelli64
blink_platform.lib(HRTFPanner.obj) : error LNK2001: ????????? __imp__log2
blink_platform.lib(HRTFKernel.obj) : error LNK2001: ????????? __imp__log2
video_coding_utility.lib(quality_scaler.obj) : error LNK2001: ????????? __imp__l
og2
webaudio.lib(ScriptProcessorNode.obj) : error LNK2001: ????????? __imp__log2
webaudio.lib(RealtimeAnalyser.obj) : error LNK2001: ????????? __imp__log2
webgl.lib(WebGL2RenderingContextBase.obj) : error LNK2001: ????????? __imp__log2blink_platform.lib(FFTFrameFFMPEG.obj) : error LNK2001: ????????? __imp__log2
pdfium.lib(cpdfsdk_datetime.obj) : error LNK2019: ????????? __imp__tzset,??????
"public: __thiscall CPDFSDK_DateTime::CPDFSDK_DateTime(struct FX_SYSTEMTIME cons
t &)" (??0CPDFSDK_DateTime@@QAE@ABUFX_SYSTEMTIME@@@Z) ????
OLDNAMES.lib(tzset.obi) : error LNK2001: ????????? __imp__tzset
fxcrt.lib(fx_basic_bstring.obj) : error LNK2019: ????????? __imp___strlwr,??????
"public: void __thiscall CFX_ByteString::MakeLower(void)" (?MakeLower@CFX_ByteS
tring@@QAEXXZ) ????
fxcrt.lib(fx_basic_bstring.obj) : error LNK2019: ????????? __imp___strupr,??????
"public: void __thiscall CFX_ByteString::MakeUpper(void)" (?MakeUpper@CFX_ByteS
tring@@QAEXXZ) ????
fxcrt.lib(fx_basic_wstring.obj) : error LNK2019: ????????? __imp___wcslwr,??????
"public: void __thiscall CFX_WideString::MakeLower(void)" (?MakeLower@CFX_WideS
tring@@QAEXXZ) ????
fxcrt.lib(fx_basic_wstring.obj) : error LNK2019: ????????? __imp___wcsupr,??????
"public: void __thiscall CFX_WideString::MakeUpper(void)" (?MakeUpper@CFX_WideS
tring@@QAEXXZ) ????
fx_lcms2.lib(cmsplugin.obj) : error LNK2019: ????????? __imp___fdclass,?????? __
cmsReadFloat32Number ????
fx_lcms2.lib(cmsintrp.obj) : error LNK2001: ????????? __imp___fdclass
javascript.lib(PublicMethods.obj) : error LNK2019: ????????? __imp__fcvt,??????
"public: static bool __cdecl CJS_PublicMethods::AFPercent_Format(class IJS_Conte
xt *,class std::vector<class CJS_Value,class std::allocator<class CJS_Value> > c
onst &,class CJS_Value &,class CFX_WideString &)" (?AFPercent_Format@CJS_PublicM
ethods@@SA_NPAVIJS_Context@@ABV?$vector@VCJS_Value@@V?$allocator@VCJS_Value@@@st
d@@@std@@AAVCJS_Value@@AAVCFX_WideString@@@Z) ????
OLDNAMES.lib(fcvt.obi) : error LNK2001: ????????? __imp__fcvt
OLDNAMES.lib(fcvt.obi) : error LNK2001: ????????? __imp___fcvt
MSVCRTD.lib(chandler4gs.obj) : error LNK2019: ????????? __except_handler4_comm
on,?????? __except_handler4 ????
libxml2.lib(xmlIO.obj) : error LNK2019: ????????? __imp__close,?????? _xmlFdClos
e ????
libxml2.lib(catalog.obj) : error LNK2001: ????????? __imp__close
OLDNAMES.lib(close.obi) : error LNK2001: ????????? __imp__close
libxml2.lib(xmlIO.obj) : error LNK2019: ????????? __imp__read,?????? _xmlFdRead
????
libxml2.lib(catalog.obj) : error LNK2001: ????????? __imp__read
OLDNAMES.lib(read.obi) : error LNK2001: ????????? __imp__read
libxml2.lib(xmlIO.obj) : error LNK2019: ????????? __imp__write,?????? _xmlFdWrit
e ????
OLDNAMES.lib(write.obi) : error LNK2001: ????????? __imp__write
libxml2.lib(xmlIO.obj) : error LNK2019: ????????? __imp__getcwd,?????? _xmlParse
rGetDirectory ????
OLDNAMES.lib(getcwd.obi) : error LNK2001: ????????? __imp__getcwd
libxml2.lib(xmlIO.obj) : error LNK2019: ????????? __imp___wstat64i32,?????? _xml
WrapStatUtf8 ????
libxml2.lib(catalog.obj) : error LNK2019: ????????? __imp__open,?????? _xmlLoadF
ileContent ????
OLDNAMES.lib(open.obi) : error LNK2001: ????????? __imp__open
libxml2.lib(threads.obj) : error LNK2019: ????????? __imp___beginthread,?????? _
xmlGetGlobalState ????
libxml2.lib(threads.obj) : error LNK2019: ????????? __imp___endthread,?????? _xm
lGlobalStateCleanupHelper ????
ffmpeg_internal.lib(autorename_libavcodec_aacdec.obj) : error LNK2019: ?????????
__imp__cbrtf,?????? _decode_spectrum_and_dequant ????
ffmpeg_internal.lib(aacsbr.obj) : error LNK2019: ????????? __imp__lrintf,??????
_make_bands ????
libwebm.lib(mkvwriter.obj) : error LNK2019: ????????? __imp___fsopen,?????? "pub
lic: bool __thiscall mkvmuxer::MkvWriter::Open(char const *)" (?Open@MkvWriter@m
kvmuxer@@QAE_NPBD@Z) ????
rtc_base.lib(stream.obj) : error LNK2019: ????????? __imp___fstat64i32,?????? _f
stat ????
audio_processing.lib(covariance_matrix_generator.obj) : error LNK2019: ?????????
__imp___j0,?????? "float __cdecl webrtc::`anonymous namespace'::BesselJ0(float)
" (?BesselJ0@?A0xb4ab105b@webrtc@@YAMM@Z) ????
rtc_pc.lib(mediasession.obj) : error LNK2019: ????????? __imp__stricmp,?????? "b
ool __cdecl cricket::IsRtxCodec<struct cricket::AudioCodec>(struct cricket::Audi
oCodec const &)" (??$IsRtxCodec@UAudioCodec@cricket@@@cricket@@YA_NABUAudioCodec
@0@@Z) ????
OLDNAMES.lib(stricmp.obi) : error LNK2001: ????????? __imp__stricmp
OLDNAMES.lib(getcwd.obi) : error LNK2001: ????????? __imp___getcwd
OLDNAMES.lib(open.obi) : error LNK2001: ????????? __imp___open
....\lib\Qt5WebEngineCored.dll : fatal error LNK1120: 115 ??????????
Wait PDB close: Total time = 0.015s
Final: Total time = 111.962s
NMAKE : fatal error U1077: ""D:\Program Files (x86)\Microsoft Visual Studio 14.0
\VC\BIN\link.EXE"": ????"0x460"
Stop.
NMAKE : fatal error U1077: ""D:\Program Files (x86)\Microsoft Visual Studio 14.0
\VC\BIN\nmake.exe"": ????"0x2"
Stop.
NMAKE : fatal error U1077: "(": ????"0x2"
Stop.
NMAKE : fatal error U1077: "cd": ????"0x2"
Stop.
NMAKE : fatal error U1077: "cd": ????"0x2"
Stop. -
@dr_W
i mean the output in the cmd when you call configure. There you get a summary list of all the features in Qt which are en-/disabled.
The summary was also written to a file, but IIRC but this feature was removed in a recent Qt5 version.@raven-worx
Configure summary:Build type: win32-msvc (i386, CPU features: sse sse2)
Configuration: sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 compile_examples f16c forc
e_debug_info largefile msvc_mp precompile_header shared debug_and_release releas
e debug build_all c++11 concurrent dbus no-pkg-config release_tools stl
Build options:
Mode ................................... debug and release (with debug info);
default link: debug; optimized tools
Optimize release build for size ........ no
Building shared libraries .............. yes
Using C++ standard ..................... C++11
Using gold linker ...................... no
Using precompiled headers .............. yes
Using LTCG ............................. no
Target compiler supports:
SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
AVX .................................. AVX AVX2 F16C
AVX512 ............................... <none>
Build parts ............................ libs tools
App store compliance ................... no
Qt modules and options:
Qt Concurrent .......................... yes
Qt D-Bus ............................... yes
Qt D-Bus directly linked to libdbus .... no
Qt Gui ................................. yes
Qt Network ............................. yes
Qt Sql ................................. yes
Qt Testlib ............................. yes
Qt Widgets ............................. yes
Qt Xml ................................. yes
Support enabled for:
Using pkg-config ....................... no
QML debugging .......................... yes
udev ................................... no
Using system zlib ...................... no
Qt Core:
DoubleConversion ....................... yes
Using system DoubleConversion ........ no
GLib ................................... no
iconv .................................. no
ICU .................................... yes
Logging backends:
journald ............................. no
syslog ............................... no
slog2 ................................ no
Using system PCRE2 ..................... no
Qt Network:
getaddrinfo() .......................... no
getifaddrs() ........................... no
IPv6 ifname ............................ no
libproxy ............................... no
OpenSSL ................................ yes
Qt directly linked to OpenSSL ........ no
SCTP ................................... no
Use system proxies ..................... yes
Qt Gui:
Accessibility .......................... yes
FreeType ............................... yes
Using system FreeType ................ no
HarfBuzz ............................... yes
Using system HarfBuzz ................ no
Fontconfig ............................. no
Image formats:
GIF .................................. yes
ICO .................................. yes
JPEG ................................. yes
Using system libjpeg ............... no
PNG .................................. yes
Using system libpng ................ no
EGL .................................... yes
OpenVG ................................. no
OpenGL:
ANGLE ................................ yes
Combined ANGLE Library ............... no
Desktop OpenGL ....................... no
Dynamic OpenGL ....................... no
OpenGL ES 2.0 ........................ yes
OpenGL ES 3.0 ........................ no
OpenGL ES 3.1 ........................ no
Session Management ..................... yes
Features used by QPA backends:
evdev .................................. no
libinput ............................... no
INTEGRITY HID .......................... no
mtdev .................................. no
tslib .................................. no
xkbcommon-evdev ........................ no
QPA backends:
DirectFB ............................... no
EGLFS .................................. no
LinuxFB ................................ no
VNC .................................... no
Mir client ............................. no
Windows:
Direct 2D ............................ yes
DirectWrite .......................... yes
DirectWrite 2 ........................ yes
Qt Widgets:
GTK+ ................................... no
Styles ................................. Fusion Windows WindowsXP WindowsVistaQt PrintSupport:
CUPS ................................... no
Qt Sql:
DB2 (IBM) .............................. no
InterBase .............................. no
MySql .................................. no
OCI (Oracle) ........................... no
ODBC ................................... yes
PostgreSQL ............................. no
SQLite2 ................................ no
SQLite ................................. yes
Using system provided SQLite ......... no
TDS (Sybase) ........................... no
Qt SerialBus:
Socket CAN ............................. no
Socket CAN FD .......................... no
QtXmlPatterns:
XML schema support ..................... yes
Qt QML:
QML interpreter ........................ yes
QML network support .................... yes
Qt Quick:
Direct3D 12 ............................ yes
AnimatedImage item ..................... yes
Canvas item ............................ yes
Support for Qt Quick Designer .......... yes
Flipable item .......................... yes
GridView item .......................... yes
ListView item .......................... yes
Path support ........................... yes
PathView item .......................... yes
Positioner items ....................... yes
ShaderEffect item ...................... yes
Sprite item ............................ yes
Qt Gamepad:
SDL2 ................................... no
Qt 3D:
Assimp ................................. yes
System Assimp .......................... no
Output Qt3D Job traces ................. no
Output Qt3D GL traces .................. no
Qt 3D GeometryLoaders:
Autodesk FBX ........................... no
Qt Wayland Client ........................ no
Qt Wayland Compositor .................... no
Qt Bluetooth:
BlueZ .................................. no
BlueZ Low Energy ....................... no
Linux Crypto API ....................... no
Qt Sensors:
sensorfw ............................... no
Qt Quick Controls 2:
Styles ................................. Default Material Universal
Qt Quick Templates 2:
Hover support .......................... yes
Multi-touch support .................... yes
Qt Positioning:
Gypsy GPS Daemon ....................... no
WinRT Geolocation API .................. yes
Qt Location:
Geoservice plugins:
OpenStreetMap ........................ yes
HERE ................................. yes
Esri ................................. yes
Mapbox ............................... yes
MapboxGL ............................. no
Itemsoverlay ......................... yes
Qt Multimedia:
ALSA ................................... no
GStreamer 1.0 .......................... no
GStreamer 0.10 ......................... no
Video for Linux ........................ no
OpenAL ................................. no
PulseAudio ............................. no
Resource Policy (libresourceqt5) ....... no
Windows Audio Services ................. yes
DirectShow ............................. yes
Windows Media Foundation ............... yes
Media player backend ................... DirectShow
Qt WebEngine:
Embedded build ......................... no
Pepper Plugins ......................... yes
Printing and PDF ....................... yes
Proprietary Codecs ..................... yes
Spellchecker ........................... yes
WebRTC ................................. yes
Using system ninja ..................... yesNote: No wayland-egl support detected. Cross-toolkit compatibility disabled.
Qt is now configured for building. Just run 'jom'.
Once everything is built, you must run 'jom install'.
Qt will be installed into 'D:\Qt3\5.9.3\Qt5'.Prior to reconfiguration, make sure you remove any leftovers from
the previous build.jom 1.1.2 - empower your cores