summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-29fix static qt link macro.xiaobfly
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",
2024-07-29fix:xiaobfly
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"
2024-07-29Fix missing braces ignoring sourcekind in batchcmdsChristian Kurz
2024-07-28update changelogruki
2024-07-27Merge pull request #5404 from xmake-io/fetchruki
fix fetch sysincludedirs
2024-07-27fix fetch sysincludedirsruki
2024-07-27improve to patch pkgconfig pc fileruki
2024-07-27Merge pull request #5400 from xmake-io/rpathruki
improve rpath
2024-07-27add rpath warningsruki
2024-07-27use patchelfruki
2024-07-27improve rpathruki
2024-07-26Merge pull request #5398 from ChrisCatCP/msbuildruki
set vs_toolset for msbuild
2024-07-26set vs_toolset for msbuild白喵
2024-07-25fix conan find_package againruki
2024-07-25Merge pull request #5395 from ChrisCatCP/policyruki
update policy
2024-07-25improve conan:find_package #5358ruki
2024-07-25update changelogruki
2024-07-25update policy白喵
2024-07-25Merge pull request #5376 from Arthapz/fix-module-objectfiles-handlingruki
Improve module objectfiles handling and moduleonly package
2024-07-25update changelogruki
2024-07-25Merge pull request #5392 from xmake-io/bindirsruki
add bindirs for pacakge
2024-07-25add bindirs for pacakgeruki
2024-07-25fix cjson testruki
2024-07-25move autogen testsruki
2024-07-24Update test.luaruki
2024-07-24Update test.luaruki
2024-07-24update changelogruki
2024-07-24Merge pull request #5391 from jinke18/dev-jk3ruki
fixbug: crush when using non-scroll output theme like ninja
2024-07-24Merge pull request #5390 from jinke18/dev-jk2ruki
fixbug: invalid project group when generate a vs project
2024-07-24fixbug: crush when using non-scroll output theme like ninjajinke18
2024-07-24fixbug: invalid project group when generate a vs projectjinke18
2024-07-24Merge pull request #5387 from xmake-io/testsruki
Improve test output
2024-07-24fix log file pathruki
2024-07-24improve test outputruki
2024-07-24Merge pull request #5386 from ChrisCatCP/jomruki
add tool jom
2024-07-24add tool jom白喵
2024-07-24improve warning when modules get culledArthur LAURENT
2024-07-24improve culling testsArthur LAURENT
2024-07-24fix objectfiles cullingArthur LAURENT
2024-07-24improve module culling testsArthur LAURENT
2024-07-24fix objectfiles cullingArthur LAURENT
2024-07-23prompt an error when multiple module with the same names are detectedArthur LAURENT
2024-07-23remove unnecessary codeArthur LAURENT
culling is already done by dependency scanner
2024-07-23fix qt install for mingwruki
2024-07-23Merge pull request #5382 from xmake-io/packruki
fix pack io.gsub
2024-07-23fix pack io.gsubruki
2024-07-23update changelogruki
2024-07-23Merge pull request #5381 from jingkaimori/jingkaimori/qt-install-improvementruki
fix error when qt.deploy.flags policy is a table
2024-07-23simplify settingsjingkaimori
assume that strings contains one option only.
2024-07-23fix error when qt.deploy.flags policy is a tablejingkaimori