| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-02 | fix targetdir in qml rule | ruki | |
| 2025-11-28 | fix uninstall files | ruki | |
| 2025-11-28 | add uninstallcmd | ruki | |
| 2025-11-28 | fix cp dir | ruki | |
| 2025-11-28 | install deployed qt files | ruki | |
| 2025-11-28 | fix installdir for pack qt | ruki | |
| 2025-11-28 | fix windeployqt | ruki | |
| 2025-11-28 | improve windeployqt for xpack | ruki | |
| 2025-11-27 | add missing files | ruki | |
| 2025-11-27 | pack qt app | ruki | |
| 2025-11-27 | Update load.lua | ruki | |
| 2025-11-27 | Save QT rules for llvm-toolchain | Maxwell Geng | |
| 2025-11-14 | Update Qt ts rule | RC1844 | |
| Avoid unnecessary processing without source files | |||
| 2025-09-20 | optimize codesign | ruki | |
| 2025-09-06 | fix qt rule order | ruki | |
| 2025-09-06 | revert config targets #6775 | ruki | |
| 2025-08-22 | fix qmltyperegistrar path #6733 | ruki | |
| 2025-08-21 | format code | ruki | |
| 2025-08-21 | fix(qt.qmltyperegistrar): Get rid of redundant packing into tables | Serhii Olendarenko | |
| 2025-08-20 | fix(qt.qmltyperegistrar): Extend dependencies for rebuild | GooRoo | |
| - Add values (import name, import version) to dependencies. - Add corresponding headers to dependencies as we need to re-generate `plugin.qmltypes`. | |||
| 2025-08-06 | Merge pull request #6667 from xmake-io/config | ruki | |
| improve to config targets | |||
| 2025-08-06 | Revert "improve to config targets" | ruki | |
| 2025-07-31 | sort qt rules #6659 | ruki | |
| 2025-07-23 | fix: Ensure proper paths | GooRoo | |
| 2025-07-22 | fix(qt.qmltyperegistrar): Collect metatypes info | GooRoo | |
| Instead of passing all JSON-files generated by MOC directly into `qmltyperegistrar`, combine them into a single JSON-file first using MOC. Resolves #6647. | |||
| 2025-07-12 | revert qt/moc | ruki | |
| 2025-07-07 | fix qt rule #6570 | ruki | |
| 2025-07-03 | rename copyright | ruki | |
| 2025-06-25 | Update Qt ts rule | RC1844 | |
| Replace the ts file update method to avoid the lupdate.exe command triggering the windows command line string limit | |||
| 2025-05-25 | fix: rcc search path for qt android | binLep | |
| 2025-05-11 | (rules) move platform.windows.subsystem rule to its right directory and add ↵ | Arthur LAURENT | |
| it to platform.windows | |||
| 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-04-17 | do windeployqt for qt.shared deps, fix windeployqt bindir bug | chooyy | |
| 2025-04-15 | do windeployqt for qt.shared | chooyy | |
| 2025-04-08 | update order opt | ruki | |
| 2025-01-22 | Add `qt_host` option to enable cross-platform Qt Builds using host SDK tools | Chan Lee | |
| 2024-11-29 | improve rule qt.qmltyperegistrar | Doekin | |
| 2024-10-11 | replace some hash case | ruki | |
| 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-23 | fix qt install for mingw | ruki | |
| 2024-07-23 | simplify settings | jingkaimori | |
| assume that strings contains one option only. | |||
| 2024-07-23 | fix error when qt.deploy.flags policy is a table | jingkaimori | |
| 2024-07-15 | User's qt.deploy.flags have priority over defaults | yh-sb | |
| 2024-07-13 | fix framework for mac qt #5336 | ruki | |
| 2024-07-06 | make qt.ts prefixdir option supports absolute path | jingkaimori | |
| 2024-07-03 | Update xmake.lua | ruki | |
| 2024-07-03 | add prefixdir configuration for ts file | HapiFive | |
| 2024-06-20 | support QT_LIBINFIX property | Elite-stay | |
