"/>
  简体   繁体   中英

QTDropbox: QDropbox - LNK1104: cannot open file Qt5Cored.dll

I am trying to build Qt-Dropbox in c++ (Visual studio on windows). I get the following error: cannot open file Qt5Cored.dll .

I added the following links to my project:

In VC++ Directories: VC ++目录 In Linker => Input: 链接器=>输入

In Additional Dependencies you should put .lib files, not .dll . Dll files should be placed near the .exe file or in directory that included in PATH environment variable, so they can be found by loader.

You can find more info about it on MSDN

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM