<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake, 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?h=v2.9.4</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake?h=v2.9.4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2024-07-29T07:24:32Z</updated>
<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>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>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>fix fetch sysincludedirs</title>
<updated>2024-07-27T14:55:23Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-27T14:55:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e63b39cbf9a600115ecf0ee348e4eab5d7025034'/>
<id>urn:sha1:e63b39cbf9a600115ecf0ee348e4eab5d7025034</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve to patch pkgconfig pc file</title>
<updated>2024-07-27T03:22:49Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-27T03:22:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=a766d76d6b3f43c4fa2058f59c565c46a59b1118'/>
<id>urn:sha1:a766d76d6b3f43c4fa2058f59c565c46a59b1118</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add rpath warnings</title>
<updated>2024-07-26T16:46:32Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-26T16:46:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=868cd13988f476e7a40f7282407a53e9e4e2b602'/>
<id>urn:sha1:868cd13988f476e7a40f7282407a53e9e4e2b602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use patchelf</title>
<updated>2024-07-26T16:43:47Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-26T16:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4599d8819789f0bae877302efccf24528f6c082d'/>
<id>urn:sha1:4599d8819789f0bae877302efccf24528f6c082d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve rpath</title>
<updated>2024-07-26T16:35:55Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2024-07-26T16:35:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d860777fa4df424482cb63723d71ae894002584c'/>
<id>urn:sha1:d860777fa4df424482cb63723d71ae894002584c</id>
<content type='text'>
</content>
</entry>
</feed>
