Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
dev
-
None
-
Windows 11, Git
Description
I tried cloning dev branch of Qt, but it fails because qlitehtml is missing on both GitHub and code.qt.io.
https://github.com/playground/qlitehtml.git and https://code.qt.io/playground/qlitehtml.git returns error 404.
git clone https://github.com/qt/qt5.git source
cd source
./init-repository.bat
...
+ git submodule init src/assistant/qlitehtml Submodule 'src/assistant/qlitehtml' (https://github.com/playground/qlitehtml.git) registered for path 'src/assistant/qlitehtml' + git clone --no-checkout --progress https://github.com/playground/qlitehtml.git src/assistant/qlitehtml Cloning into 'src/assistant/qlitehtml'... remote: Repository not found. fatal: repository 'https://github.com/playground/qlitehtml.git/' not found CMake Error at cmake/QtIRProcessHelpers.cmake:173 (message): Failed to clone submodule 'src/assistant/qlitehtml' git clone --no-checkout --progress https://github.com/playground/qlitehtml.git src/assistant/qlitehtml exited with status: 128Call Stack (most recent call first): cmake/QtIRGitHelpers.cmake:258 (qt_ir_execute_process_and_log_and_handle_error) cmake/QtIRGitHelpers.cmake:1114 (qt_ir_clone_one_submodule) cmake/QtIRGitHelpers.cmake:1149 (qt_ir_handle_init_submodules) cmake/QtIRHelpers.cmake:306 (qt_ir_handle_init_submodules) cmake/QtIRHelpers.cmake:363 (qt_ir_run_after_args_parsed) cmake/QtIRScript.cmake:17 (qt_ir_run_main_script)