Therefore, I try to compile my application statically. anf I do not associate my application with QtScript.libin my pro file. but does something. I am compiling using the MSVC compiler. I wonder how to say in a file .prothat my application should not be associated with any library?
QtScript.lib
.pro
QtScript is a dependency for a number of other Qt libraries, such as WebKit and, obviously, QtScriptTools. QtDeclarative also depends on QtScript, if I'm not mistaken.