<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git, 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/?h=v2.9.4</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/?h=v2.9.4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2024-07-29T16:42:39Z</updated>
<entry>
<title>update version</title>
<updated>2024-07-29T16:42:39Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-29T16:42:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e85b001f1fb873d4d781d90255f6fdb40625bd16'/>
<id>urn:sha1:e85b001f1fb873d4d781d90255f6fdb40625bd16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5407 from xiaobfly/dev</title>
<updated>2024-07-29T07:24:32Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-29T07:24:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=2b3aca5b6055cda60197200754ae0c2ee5fbc901'/>
<id>urn:sha1:2b3aca5b6055cda60197200754ae0c2ee5fbc901</id>
<content type='text'>
fix Qt static compilation issue</content>
</entry>
<entry>
<title>Merge pull request #5408 from shuax/dev</title>
<updated>2024-07-29T05:51:56Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-29T05:51:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=8cd2a3b8318084daeafec233cb7670920dfd3aa3'/>
<id>urn:sha1:8cd2a3b8318084daeafec233cb7670920dfd3aa3</id>
<content type='text'>
fix vcpkg android armeabi-v7a</content>
</entry>
<entry>
<title>fix vcpkg android armeabi-v7a</title>
<updated>2024-07-29T03:59:04Z</updated>
<author>
<name>shuax</name>
<email>6940583+shuax@users.noreply.github.com</email>
</author>
<published>2024-07-29T03:59:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=129b3b8569b36b637c1cfb7b92b0ab8b995f5276'/>
<id>urn:sha1:129b3b8569b36b637c1cfb7b92b0ab8b995f5276</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5406 from chriku/patch-1</title>
<updated>2024-07-29T03:07:03Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-29T03:07:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=58987a44d287590230fc43f74d71036ebaa23454'/>
<id>urn:sha1:58987a44d287590230fc43f74d71036ebaa23454</id>
<content type='text'>
Fix missing braces ignoring sourcekind in batchcmds</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:</title>
<updated>2024-07-29T02:08:14Z</updated>
<author>
<name>xiaobfly</name>
<email>xiaobfly@126.com</email>
</author>
<published>2024-07-29T02:08:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e7950146e3f157909f1bf74f7ab742f0d445503a'/>
<id>urn:sha1:e7950146e3f157909f1bf74f7ab742f0d445503a</id>
<content type='text'>
not append .lib when link .obj file.

for example:

static qt will link these files:

$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_1/.rcc/qrc_qstyle.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_2/.rcc/qrc_qstyle1.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Widgets_resources_3/.rcc/qrc_qmessagebox.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Gui_resources_1/.rcc/qrc_qpdf.cpp.obj
$$[QT_INSTALL_PREFIX]/lib/objects-Debug/Gui_resources_2/.rcc/qrc_gui_shaders.cpp.obj

have a link error:

error: LINK fatal error LNK1104: can't open file "$$[QT_INSTALLPREFIX]\Lib\objects-Debug\widgets_resources1\.rcc\qrc_qstyle.cpp.obj.lib"
</content>
</entry>
<entry>
<title>Fix missing braces ignoring sourcekind in batchcmds</title>
<updated>2024-07-29T00:27:27Z</updated>
<author>
<name>Christian Kurz</name>
<email>chriku@users.noreply.github.com</email>
</author>
<published>2024-07-29T00:27:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5fa1efa6e686c5a24e41eaa915db25f38aed5a31'/>
<id>urn:sha1:5fa1efa6e686c5a24e41eaa915db25f38aed5a31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2024-07-28T15:15:10Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-28T15:15:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=a06e2745bed779139111f3fad6cd4fd6d6f01b12'/>
<id>urn:sha1:a06e2745bed779139111f3fad6cd4fd6d6f01b12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5404 from xmake-io/fetch</title>
<updated>2024-07-27T15:14:22Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-27T15:14:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=69ea60450564fc93c65f111b526c872689656f9c'/>
<id>urn:sha1:69ea60450564fc93c65f111b526c872689656f9c</id>
<content type='text'>
fix fetch sysincludedirs</content>
</entry>
</feed>
