<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules/qt, branch v2.9.8</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=v2.9.8</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt?h=v2.9.8'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2025-01-22T09:25:06Z</updated>
<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>
<entry>
<title>User's qt.deploy.flags have priority over defaults</title>
<updated>2024-07-15T17:14:11Z</updated>
<author>
<name>yh-sb</name>
<email>yh.sb@outlook.com</email>
</author>
<published>2024-07-15T17:14:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=de4548cd86ae0013a82268ba1256c3f54ff7a6b9'/>
<id>urn:sha1:de4548cd86ae0013a82268ba1256c3f54ff7a6b9</id>
<content type='text'>
</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>make qt.ts prefixdir option supports absolute path</title>
<updated>2024-07-06T06:47:46Z</updated>
<author>
<name>jingkaimori</name>
<email>jingkaimori@gmail.com</email>
</author>
<published>2024-07-06T06:47:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1c5eb9a1af24388b878c60d379996029db072606'/>
<id>urn:sha1:1c5eb9a1af24388b878c60d379996029db072606</id>
<content type='text'>
</content>
</entry>
</feed>
