<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules/qt, branch headerunits</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=headerunits</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt?h=headerunits'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2025-04-17T01:05:12Z</updated>
<entry>
<title>do windeployqt for qt.shared deps, fix windeployqt bindir bug</title>
<updated>2025-04-17T01:05:12Z</updated>
<author>
<name>chooyy</name>
<email>choo-yy@qq.com</email>
</author>
<published>2025-04-17T01:05:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=563da2bba9fe70cb4dcdf1c3d081e01a973a4e95'/>
<id>urn:sha1:563da2bba9fe70cb4dcdf1c3d081e01a973a4e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do windeployqt for qt.shared</title>
<updated>2025-04-15T13:15:23Z</updated>
<author>
<name>chooyy</name>
<email>choo-yy@qq.com</email>
</author>
<published>2025-04-15T13:15:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=bdf1ea69708aadfd1d765fbf4d790405e2568110'/>
<id>urn:sha1:bdf1ea69708aadfd1d765fbf4d790405e2568110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update order opt</title>
<updated>2025-04-08T07:31:57Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-04-05T14:15:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=ca185a3cc835182a9c290bc53bfec505abd60833'/>
<id>urn:sha1:ca185a3cc835182a9c290bc53bfec505abd60833</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>improve rule qt.qmltyperegistrar</title>
<updated>2024-11-29T02:21:27Z</updated>
<author>
<name>Doekin</name>
<email>Leetimemp@gmail.com</email>
</author>
<published>2024-11-29T02:21:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c9084b14e42ad61e3b44ee73f3393b1055421897'/>
<id>urn:sha1:c9084b14e42ad61e3b44ee73f3393b1055421897</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace some hash case</title>
<updated>2024-10-10T16:56:19Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-10-10T16:56:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e0c0cddf7cc74bfbb2f948651be251ce7d4f6b57'/>
<id>urn:sha1:e0c0cddf7cc74bfbb2f948651be251ce7d4f6b57</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 qt install for mingw</title>
<updated>2024-07-23T15:46:08Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-23T15:46:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=58321e316751cafb3ceb134dbf81a8703e5ea85b'/>
<id>urn:sha1:58321e316751cafb3ceb134dbf81a8703e5ea85b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify settings</title>
<updated>2024-07-23T07:10:04Z</updated>
<author>
<name>jingkaimori</name>
<email>jingkaimori@gmail.com</email>
</author>
<published>2024-07-23T07:10:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=7d3d408bbcc69a62eef4e889990322c083c96cdd'/>
<id>urn:sha1:7d3d408bbcc69a62eef4e889990322c083c96cdd</id>
<content type='text'>
assume that strings contains one option only.
</content>
</entry>
<entry>
<title>fix error when qt.deploy.flags policy is a table</title>
<updated>2024-07-23T06:29:28Z</updated>
<author>
<name>jingkaimori</name>
<email>jingkaimori@gmail.com</email>
</author>
<published>2024-07-23T06:29:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=29b7e944629425f843ea65fa3231ba003f62d13c'/>
<id>urn:sha1:29b7e944629425f843ea65fa3231ba003f62d13c</id>
<content type='text'>
</content>
</entry>
</feed>
