| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-23 | fix | chooyy | |
| 2026-02-25 | Refactor Emscripten JS issue fixes into a dedicated function for improved ↵ | Saikari | |
| clarity and maintainability | |||
| 2026-02-25 | Refactor WASM app build logic into a separate Lua file for improved ↵ | Saikari | |
| maintainability | |||
| 2026-02-25 | Refactor WASM app build logic into a separate function and enhance ↵ | Saikari | |
| Emscripten JS handling | |||
| 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 | Merge branch 'xmake-io:dev' into em | Saikari | |
| 2026-02-23 | improve qt deploy for macapp | ruki | |
| 2026-02-23 | todo | Saikari | |
| 2026-02-23 | Remove redundant debug prints from Qt WebAssembly rules | Saikari | |
| 2026-02-23 | Try repair QT behavior | Saikari | |
| 2026-01-24 | improve qt xpack | ruki | |
| 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-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 | |||
