You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
release qt lib comes from qwindowkit deps(qt6gui)
debug qt lib comes from add_frameworks("QtCore","QtGui","QtWidgets") (xmake's qt rule is processed according to mode)
Xmake 版本
2.9.4
操作系统版本和架构
Window
描述问题
依赖Qt的相关包,qwindowkit
在编译debug版本的Qt项目时
会引入release版本Qt库
期待的结果
正常工作
工程配置
qt 5.15.2
target("Clock")
add_rules("qt.widgetapp")
附加信息和错误日志
linking.debug Clock.exe
"E:\Software\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\bin\HostX64\x64\link.exe" -nologo -dynamicbase -nxcompat -machine:x64 -libpath:E:\Software\xmake.xmake\packages\q\qwindowkit\2024.09.02\2b7722dab97c47278db9f62c6b6f590f\lib -libpath:E:\Software\Qt\5.15.2\msvc2019_64\lib -debug -pdb:build\windows\x64\debug\Clock.pdb QWKCored.lib QWKWidgetsd.lib Qt5Gui.lib Qt5Core.lib Qt5Guid.lib Qt5Widgetsd.lib Qt5Cored.lib qtfreetyped.lib qtlibpngd.lib qtmaind.lib ws2_32.lib gdi32.lib ole32.lib advapi32.lib shell32.lib user32.ls\Clock\windows\x64\debug\main.cpp.obj build.objs\Clock\windows\x64\debug\mainwindow.cpp.obj build.objs\Clock\windows\x64\debug\widgetfrainwindow.cpp.obj build.objs\Clock\windows\x64\debug\gens\widgetframe\moc_windowbar.cpp.obj build.objs\Clock\windows\x64\debug\gens\widgetframe\moc_windowbar_p.cpp.obj build.objs\Clock\windows\x64\debug\gens\widgetframe\moc_windowbutton.cpp.obj build.objs\Clock\windows\x64\debug\gens\widgetframe\moc_windowbutton_p.cpp.obj build.objs\Clock\windows\x64\debug\gens\rules\qt\qrc\mainwindow_C048372E.cpp.obj build.objs\Clock\windows\x64\debug\gens\rules\qt\qrc\shared_91112E36.cpp.obj
The text was updated successfully, but these errors were encountered: