| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2023-03-31 | Update load.lua | ruki | |
| 2023-03-31 | fix linking issues for qt6 | jingkaimori | |
| 2023-03-29 | Update load.lua | ruki | |
| 2023-03-29 | fix 3rd lib | jingkaimori | |
| 2023-02-28 | fix mingw include for qt | ruki | |
| 2023-02-03 | fix qt cpp language detection | Arthur LAURENT | |
| 2023-01-28 | fix languages for qt | ruki | |
| 2023-01-27 | Fix detection of target language for qt projects | xaizek | |
| Stray change in 02fb7ef69e78a5d6a8e0066f8866684533836ac3 broke it such that language set via `set_languages()` wasn't detected and `-std=c++11` was appended after `-std` flag that came from `set_languages()` in `xmake.lua`. To reproduce: 1. `xmake create -tqt.quickapp` 2. `vim xmake.lua` and add `set_languages("c++17")` 3. `xmake --verbose` and look at `-std=` options | |||
| 2023-01-06 | Update load.lua | ruki | |
| 2023-01-05 | conditionnaly add c++17 flag on qt rules | Arthur LAURENT | |
| 2022-12-27 | improve archive | ruki | |
| 2022-09-29 | Simplify code | [email protected] | |
