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.
现在我正在将我的项目从 Linux 移植到 Windows。
我已经按照指令使用 QtCreator 构建了 QJson ,现在我有一个简单的问题:我应该将库 dll 文件移动到哪里,以及我应该在文件中指定LIBS +=什么.pro?
LIBS +=
.pro
这是 Linux 中该行的内容:
LIBS += -L/usr/local/lib -lqjson
只需添加 LIBS += YourPathTodllFile/Yourdll.dll 您的个人资料。
LIBS += YourPathTodllFile/Yourdll.dll