diff --git a/6.7.2/_tools/gperf.exe b/6.7.2/_tools/gperf.exe new file mode 100644 index 0000000..f71b09c Binary files /dev/null and b/6.7.2/_tools/gperf.exe differ diff --git a/6.7.2/compile_win.pl b/6.7.2/compile_win.pl index 79b599e..0401077 100644 --- a/6.7.2/compile_win.pl +++ b/6.7.2/compile_win.pl @@ -78,7 +78,7 @@ printLineToBat (":OPENSSL_ALREAD_COMPILED"); # openssl: see https://bugreports.qt.io/browse/QTBUG-65501 -my $skipped_modules = "qt3d qtactiveqt qtcharts qtcoap qtconnectivity qtdatavis3d qtdeclarative qtdoc qtlottie qtmqtt qtmultimedia qtnetworkauth qtopcua qtpositioning qtquick3d qtquicktimeline qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtshadertools qtsvg qttranslations qtvirtualkeyboard qtwayland qtwebchannel qtwebengine qtwebsockets qtwebview"; +my $skipped_modules = "qt3d qtactiveqt qtcharts qtcoap qtconnectivity qtdatavis3d qtdoc qtlottie qtmqtt qtmultimedia qtnetworkauth qtopcua qtpositioning qtquick3d qtquicktimeline qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtsvg qttranslations qtvirtualkeyboard qtwayland qtwebchannel qtwebengine qtwebsockets qtwebview"; my $skipped_modules_cmd; diff --git a/6.7.2/compile_win_x64_webengine_pdf_only.bat b/6.7.2/compile_win_x64_webengine_pdf_only.bat new file mode 100644 index 0000000..be71299 --- /dev/null +++ b/6.7.2/compile_win_x64_webengine_pdf_only.bat @@ -0,0 +1,14 @@ +rem: https://wiki.qt.io/QtPDF_Build_Instructions + +rem requirements: +rem 1. Python and html5lib package (pip3 install html5lib) +rem 2. node.js +rem 3. gperf.exe on PATH + +SET PATH=%PATH%;%cd%\_tools;%cd%\_tools\cmake\bin +CALL "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 +SET _ROOT=%cd% +SET PATH=%_ROOT%\qtbase\bin;%_ROOT%\gnuwin32\bin;%PATH% +mkdir qtwebengine-pdf-build +cd qtwebengine-pdf-build +C:\qt6_x64\bin\qt-configure-module.bat ../qtwebengine -- -DFEATURE_qtwebengine_build=OFF && cmake --build . --parallel && cmake --install . --config Release && cmake --install . --config Debug && pause \ No newline at end of file