Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我尝试静态编译我的应用程序。anf 我没有将我的应用程序链接到 QtScript.lib我的专业文件中。但有些事情确实如此。我使用 MSVC 编译器进行编译。我想知道如何在.pro文件中说我的应用程序不应链接到某个库?
QtScript.lib
.pro
QtScript 是许多其他 Qt 库的依赖项,例如 WebKit,显然还有 QtScriptTools。如果我没记错的话,QtDeclarative 也依赖于 QtScript。