<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules, branch v2.9.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/rules?h=v2.9.4</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules?h=v2.9.4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2024-07-29T02:40:24Z</updated>
<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>Merge pull request #5376 from Arthapz/fix-module-objectfiles-handling</title>
<updated>2024-07-25T04:47:50Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-25T04:47:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=deef593df0fc604b0da9fe735edf30e31c82af8c'/>
<id>urn:sha1:deef593df0fc604b0da9fe735edf30e31c82af8c</id>
<content type='text'>
Improve module objectfiles handling and moduleonly package</content>
</entry>
<entry>
<title>improve warning when modules get culled</title>
<updated>2024-07-24T02:01:31Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2024-07-24T01:55:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4f359b270da52a3f2a9c6a6e30a550342896f21e'/>
<id>urn:sha1:4f359b270da52a3f2a9c6a6e30a550342896f21e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix objectfiles culling</title>
<updated>2024-07-24T00:40:14Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2024-07-24T00:40:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=61a90f5cd7c5e9882378127f88c809a890f1a8d8'/>
<id>urn:sha1:61a90f5cd7c5e9882378127f88c809a890f1a8d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix objectfiles culling</title>
<updated>2024-07-24T00:29:45Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2024-07-24T00:29:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e2fb5383a099652e2ac29b139a60e3d723d66113'/>
<id>urn:sha1:e2fb5383a099652e2ac29b139a60e3d723d66113</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prompt an error when multiple module with the same names are detected</title>
<updated>2024-07-23T21:25:48Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2024-07-23T21:25:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=df5cb9cce6cbb757c12f07677edf27b4be219f48'/>
<id>urn:sha1:df5cb9cce6cbb757c12f07677edf27b4be219f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unnecessary code</title>
<updated>2024-07-23T21:24:56Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2024-07-23T20:00:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d84b42ace51b952a7433c2d966b5a3cc763717dc'/>
<id>urn:sha1:d84b42ace51b952a7433c2d966b5a3cc763717dc</id>
<content type='text'>
culling is already done by dependency scanner
</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>
