How to make my application not reference any library? `QT - =`?

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?

+3
source share
1 answer

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.

0
source

All Articles