<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules/qt, branch string</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt?h=string</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt?h=string'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-01-23T16:42:35Z</updated>
<entry>
<title>improve qt xpack</title>
<updated>2026-01-23T16:42:35Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-01-23T16:42:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e885670797468308c5c9b5be330a5c62c818000c'/>
<id>urn:sha1:e885670797468308c5c9b5be330a5c62c818000c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(qt): simplify mkspec includedirs logic</title>
<updated>2026-01-11T13:49:08Z</updated>
<author>
<name>ruanc</name>
<email>1844766234@qq.com</email>
</author>
<published>2026-01-11T13:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=303d4349268ea98f4ec331570fa43987f8001800'/>
<id>urn:sha1:303d4349268ea98f4ec331570fa43987f8001800</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>feat(qt): add fallback mkspec support for different platforms</title>
<updated>2026-01-11T04:54:50Z</updated>
<author>
<name>ruanc</name>
<email>1844766234@qq.com</email>
</author>
<published>2026-01-11T04:54:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=9ba7ce6c2221beaeac76b66959cd990918934ff0'/>
<id>urn:sha1:9ba7ce6c2221beaeac76b66959cd990918934ff0</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>feat(qt): support dynamic mkspec selection for Qt SDK</title>
<updated>2026-01-10T16:15:21Z</updated>
<author>
<name>ruanc</name>
<email>1844766234@qq.com</email>
</author>
<published>2026-01-10T16:15:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=98b400ca2ed607695b65905044446c3946489fe5'/>
<id>urn:sha1:98b400ca2ed607695b65905044446c3946489fe5</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>fix targetdir in qml rule</title>
<updated>2025-12-01T16:07:50Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-12-01T16:07:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d42f0790327b8e64474575bc86491fb2642f797c'/>
<id>urn:sha1:d42f0790327b8e64474575bc86491fb2642f797c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix uninstall files</title>
<updated>2025-11-28T14:38:15Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-11-28T14:38:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=574ee096281c94938eb396045f7e96a25df5387b'/>
<id>urn:sha1:574ee096281c94938eb396045f7e96a25df5387b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add uninstallcmd</title>
<updated>2025-11-28T14:37:08Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-11-28T14:37:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=241d9b9ed100c437f5e659dfb626f4c037b92057'/>
<id>urn:sha1:241d9b9ed100c437f5e659dfb626f4c037b92057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix cp dir</title>
<updated>2025-11-28T14:31:14Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-11-28T14:31:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=b186dc3e4f917b820df6729d2054d4bc16f40654'/>
<id>urn:sha1:b186dc3e4f917b820df6729d2054d4bc16f40654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>install deployed qt files</title>
<updated>2025-11-28T14:29:01Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-11-28T14:29:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e918f54bb7e5f722ef3ef375809ebcfdaf546ddb'/>
<id>urn:sha1:e918f54bb7e5f722ef3ef375809ebcfdaf546ddb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix installdir for pack qt</title>
<updated>2025-11-28T13:00:05Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-11-28T13:00:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=3f1fd97cb59e469d9374d3d035810ea1d79296a2'/>
<id>urn:sha1:3f1fd97cb59e469d9374d3d035810ea1d79296a2</id>
<content type='text'>
</content>
</entry>
</feed>
