| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-20 | fix qt cross | wzshun | |
| 2026-03-29 | fix const limit on lua5.5 | ruki | |
| 2026-02-25 | Implement static plugin import file generation and refactor related logic | Saikari | |
| 2026-02-25 | Optimize import file handling by using a temporary file for content writing ↵ | Saikari | |
| and copying only if different | |||
| 2026-02-24 | Refactor Qt WASM build configuration by removing unused plugin handling in ↵ | Saikari | |
| load imports | |||
| 2026-02-24 | Fix Emscripten JS issues for Qt WASM builds and enhance canvas event target ↵ | Saikari | |
| handling | |||
| 2026-02-23 | todo | Saikari | |
| 2026-02-23 | todo | Saikari | |
| 2026-02-23 | Try repair QT behavior | Saikari | |
| 2026-01-11 | refactor(qt): simplify mkspec includedirs logic | ruanc | |
| Replace conditional statement with ternary operator for adding includedirs from qt.mkspecsdir. The logic remains the same but the code is more concise using 'qt.mkspec or fallbackmkspec' instead of explicit if-else condition. | |||
| 2026-01-11 | feat(qt): add fallback mkspec support for different platforms | ruanc | |
| - Introduce fallbackmkspec variable to handle mkspec selection - Set platform-specific fallback mkspec values: - macosx: macx-clang - linux: linux-g++ - windows: win32-msvc - mingw: win32-g++ - android: android-clang - wasm: wasm-emscripten - Implement conditional logic to use qt.mkspec when available, otherwise fall back to platform-specific mkspec - Maintain backward compatibility with existing mkspec usage | |||
| 2026-01-11 | feat(qt): support dynamic mkspec selection for Qt SDK | ruanc | |
| - Add mkspec variable to store QMAKE_XSPEC or QMAKE_SPEC from Qt environment - Include mkspec in the returned Qt SDK information table - Use dynamic mkspec path instead of hardcoded platform-specific paths - Remove hardcoded mkspec directory paths for macosx, linux, windows, android and wasm platforms - Add include directories using the dynamic mkspec path for proper Qt compilation | |||
| 2025-11-27 | Update load.lua | ruki | |
| 2025-11-27 | Save QT rules for llvm-toolchain | Maxwell Geng | |
| 2025-07-03 | rename copyright | ruki | |
| 2025-05-10 | (rules) use values/values_set instead of data and rename windows.subsystem ↵ | Arthur LAURENT | |
| rule to platform.windows.subsystem | |||
| 2025-05-09 | (rules) update rules that set subsystem manually to use new subsystem rule | Arthur LAURENT | |
| 2025-04-24 | rename config.buildir | ruki | |
| 2025-01-22 | Add `qt_host` option to enable cross-platform Qt Builds using host SDK tools | Chan Lee | |
| 2024-07-29 | fix static qt link macro. | xiaobfly | |
| for example: before: $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/PrintSupport_resources_1/.rcc/qrc_qprintdialog.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/PrintSupport_resources_2/.rcc/qrc_qprintdialog1.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Widgets_resources_1/.rcc/qrc_qstyle.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Widgets_resources_2/.rcc/qrc_qstyle1.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Widgets_resources_3/.rcc/qrc_qmessagebox.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Gui_resources_1/.rcc/qrc_qpdf.cpp.obj $$[QT_INSTALL_PREFIX]/lib/objects-RelWithDebInfo/Gui_resources_2/.rcc/qrc_gui_shaders.cpp.obj after: "D:/Qt/Qt6.5.3/lib/objects-Debug/Widgets_resources_1/.rcc/qrc_qstyle.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Widgets_resources_2/.rcc/qrc_qstyle1.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Widgets_resources_3/.rcc/qrc_qmessagebox.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Gui_resources_1/.rcc/qrc_qpdf.cpp.obj", "D:/Qt/Qt6.5.3/lib/objects-Debug/Gui_resources_2/.rcc/qrc_gui_shaders.cpp.obj", | |||
| 2024-07-13 | fix framework for mac qt #5336 | ruki | |
| 2024-06-20 | support QT_LIBINFIX property | Elite-stay | |
| 2024-06-07 | Fix syslinks error using qt static lib in mingw | f11st | |
| 2024-06-07 | Fix syslinks error using qt static lib in mingw | f11st | |
| 2024-06-07 | Fix syslinks error using qt static lib in mingw | f11st | |
| 2024-02-21 | fixed #4753 | xiaobfly | |
| 2024-01-19 | support qt static library automatically parses prl files to add links | njqwc | |
| 2023-12-15 | fix qt for macos #4499 | ruki | |
| 2023-11-01 | mark get_from_xxx as deprecated | ruki | |
| 2023-10-08 | fix qt runenvs | ruki | |
| 2023-09-28 | set default runtime for qt #4161 | ruki | |
| 2023-09-08 | fix spaces | ruki | |
| 2023-09-07 | shflags | 沈浪熊猫儿 | |
| 2023-09-07 | final | 沈浪熊猫儿 | |
| 2023-09-07 | cleaning | 沈浪熊猫儿 | |
| 2023-09-07 | it works on qt6 | 沈浪熊猫儿 | |
| 2023-09-06 | fix typo | ruki | |
| 2023-09-06 | fix EXPORT_NAME error for qt wasm | ruki | |
| 2023-09-06 | format code | ruki | |
| 2023-09-06 | improve to add frameworks resources for wasm | ruki | |
| 2023-09-06 | fix comments | ruki | |
| 2023-09-06 | fix export runtime methods | ruki | |
| 2023-09-06 | export qt app for wasm #4373 | ruki | |
| 2023-08-31 | fix errors | ruki | |
| 2023-08-31 | improve qt frameworks for windows | ruki | |
| 2023-08-29 | fix qt frameworks #4135 | ruki | |
| 2023-07-19 | Fix grammar | wtz | |
| 2023-06-28 | fix #3897 | zhuizhubf | |
| fix #3897 | |||
| 2023-05-01 | fix qt compile | star-hengxing | |
| 2023-04-01 | add missing documents and branches | jingkaimori | |
