<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules/qt/load.lua, branch mimalloc</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt/load.lua?h=mimalloc</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt/load.lua?h=mimalloc'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2025-07-03T15:03:12Z</updated>
<entry>
<title>rename copyright</title>
<updated>2025-07-03T15:03:12Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-07-03T15:03:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5670477e415e24962c57eac21194c63946ee5e1e'/>
<id>urn:sha1:5670477e415e24962c57eac21194c63946ee5e1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(rules) use values/values_set instead of data and rename windows.subsystem rule to platform.windows.subsystem</title>
<updated>2025-05-10T14:36:20Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2025-05-10T14:36:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=221ca3c95b37338b16446349e326c3adc935ea25'/>
<id>urn:sha1:221ca3c95b37338b16446349e326c3adc935ea25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(rules) update rules that set subsystem manually to use new subsystem rule</title>
<updated>2025-05-09T15:04:13Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2025-05-09T15:04:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0b5e5a641897f1de3e6c1ff429f19a2baa31ce8f'/>
<id>urn:sha1:0b5e5a641897f1de3e6c1ff429f19a2baa31ce8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename config.buildir</title>
<updated>2025-04-24T02:24:45Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-04-24T14:38:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=9a69d05a1087691899587da2aeb1c37cea54c354'/>
<id>urn:sha1:9a69d05a1087691899587da2aeb1c37cea54c354</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `qt_host` option to enable cross-platform Qt Builds using host SDK tools</title>
<updated>2025-01-22T09:25:06Z</updated>
<author>
<name>Chan Lee</name>
<email>Leetimemp@gmail.com</email>
</author>
<published>2025-01-22T09:25:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=bb89dfcc8a32c401b2208ce9c1f8a1862bb5a574'/>
<id>urn:sha1:bb89dfcc8a32c401b2208ce9c1f8a1862bb5a574</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix static qt link macro.</title>
<updated>2024-07-29T02:40:24Z</updated>
<author>
<name>xiaobfly</name>
<email>xiaobfly@126.com</email>
</author>
<published>2024-07-29T02:40:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0936bb1cd2d90cbfe936efaaaa0daf712e12728f'/>
<id>urn:sha1:0936bb1cd2d90cbfe936efaaaa0daf712e12728f</id>
<content type='text'>
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",
</content>
</entry>
<entry>
<title>fix framework for mac qt #5336</title>
<updated>2024-07-13T14:27:01Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-13T14:26:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0e74403b9cc35033c39b4c6d1129c711075c1aef'/>
<id>urn:sha1:0e74403b9cc35033c39b4c6d1129c711075c1aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support QT_LIBINFIX property</title>
<updated>2024-06-20T08:37:38Z</updated>
<author>
<name>Elite-stay</name>
<email>344233108@qq.com</email>
</author>
<published>2024-06-20T08:37:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=7121f434b171c433728464f1302c443e807e204a'/>
<id>urn:sha1:7121f434b171c433728464f1302c443e807e204a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix syslinks error using qt static lib in mingw</title>
<updated>2024-06-07T02:05:21Z</updated>
<author>
<name>f11st</name>
<email>505654549@qq.com</email>
</author>
<published>2024-06-06T17:34:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0177dcd0311e2f9ca52675911904d34aa40cbbb6'/>
<id>urn:sha1:0177dcd0311e2f9ca52675911904d34aa40cbbb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix syslinks error using qt static lib in mingw</title>
<updated>2024-06-06T18:53:46Z</updated>
<author>
<name>f11st</name>
<email>505654549@qq.com</email>
</author>
<published>2024-06-06T17:34:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=cb681629602499a58af74b2c1e19f6f7e606afc7'/>
<id>urn:sha1:cb681629602499a58af74b2c1e19f6f7e606afc7</id>
<content type='text'>
</content>
</entry>
</feed>
