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を構築しましたが、簡単な質問が1つあります。ライブラリのdllファイルをどこに移動するか、ファイルLIBS +=の行に何を指定するかです。.pro
LIBS +=
.pro
Linuxでのその行の内容は次のとおりです。
LIBS += -L/usr/local/lib -lqjson
LIBS += YourPathTodllFile/Yourdll.dll プロファイルを追加するだけ です。
LIBS += YourPathTodllFile/Yourdll.dll