Closed Jarod42 closed 8 months ago
Don't add extra links for "StaticLib". Fix issue like:
links
warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in Qt5Core.lib(Qt5Core.dll); second definition ignored
dll/so don't have to be linked to static lib.
Extra libdirs might also be removed...
libdirs
Good catch, thanks for the contribution!
Don't add extra
links
for "StaticLib". Fix issue like:dll/so don't have to be linked to static lib.
Extra
libdirs
might also be removed...