diff --git a/6.2.3/compile_win.pl b/6.2.3/compile_win.pl index efd78fb..3d8c204 100644 --- a/6.2.3/compile_win.pl +++ b/6.2.3/compile_win.pl @@ -65,7 +65,9 @@ printLineToBat (":OPENSSL_ALREAD_COMPILED"); # openssl: see https://bugreports.qt.io/browse/QTBUG-65501 -my $skipped_modules = "qt3d qt5compat 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"; +printLineToBat ("7z x qt5compat_no_qml.7z"); + +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_cmd; diff --git a/6.2.3/qt5compat_no_qml.7z b/6.2.3/qt5compat_no_qml.7z new file mode 100644 index 0000000..589d9aa Binary files /dev/null and b/6.2.3/qt5compat_no_qml.7z differ