I am using QtCreator for my project, I need to link some libraries dynamically because of license and I have some larger static library available, but I use only a small portion from it. When I try it, I got an error mixing builds.
base.lib(base.thread_local_storage.obj):-1: error: LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in Updater.obj
I am using msvc2017-64. how to configure the .pro file to achieve this?