1 | initial version |
Hi, I have solved the problem but I do not know why it occurred. The problem was that in wireshark.vcxproj
file, it is trying to find the mocs_complication_Debug.obj
file.
But in my case, there is no such file in C:\Development\wsbuild64\ui\qt\qtui.dir\RelWithDebInfo
direction, there is only file mocs_complication_RelWithDebInfo.obj
So I replace the name of mocs_complication_Debug.obj
with mocs_complication_RelWithDebInfo.obj
, then the cmake runs fine, and wireshark application is built. Although I do not understand the real problem behinds it, but I hope this will work well.
2 | No.2 Revision |
Hi, I have solved the problem but I do not know why it occurred. The problem was that in wireshark.vcxproj
file, it is trying to find the
file.mocs_complication_Debug.objmocs_compilation_Debug.obj
But in my case, there is no such file in C:\Development\wsbuild64\ui\qt\qtui.dir\RelWithDebInfo
direction, there is only file mocs_complication_RelWithDebInfo.objmocs_compilation_RelWithDebInfo.obj
So I replace the name of
with mocs_complication_Debug.objmocs_compilation_Debug.obj
, then the cmake runs fine, and wireshark application is built. Although I do not understand the real problem behinds it, but I hope this will work well.mocs_complication_RelWithDebInfo.objmocs_compilation_RelWithDebInfo.obj