diff options
| author | xiaobfly <[email protected]> | 2024-07-29 10:08:14 +0800 |
|---|---|---|
| committer | xiaobfly <[email protected]> | 2024-07-29 10:08:14 +0800 |
| commit | e7950146e3f157909f1bf74f7ab742f0d445503a (patch) | |
| tree | 38036c2431d3e1cc20ea51cb9df9823ed543e2ce /tests/projects/objc++/modulemap/src/module.modulemap | |
| parent | 69ea60450564fc93c65f111b526c872689656f9c (diff) | |
fix:
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"
Diffstat (limited to 'tests/projects/objc++/modulemap/src/module.modulemap')
0 files changed, 0 insertions, 0 deletions
