Forums » Compilation problems »
Cannot find file 'Qt5Concurrent.lib'
Added by Böttger Florence over 4 years ago
Hello,
I am currently trying to set up the repository. During the linking part, it gives me the error from the title. The Qt5Concurrent.lib file does exist in my Qt folder, same as all the other Qt libs.
Has anyone here struggled with this or a similar problem, or have any idea as to why this is happening?
Thank you,
Florence Böttger
Replies (2)
RE: Cannot find file 'Qt5Concurrent.lib' - Added by Hackenberg Jan over 4 years ago
Hello Florence,
have you selected all necessary packages during QT installation? At least QTConcurrent might not be a default package. I cannot image that in your installation folder is no libs at all.
Jan
RE: Cannot find file 'Qt5Concurrent.lib' - Added by Böttger Florence over 4 years ago
Hello Jan,
thank you for the quick reply! From a brief skim, I do not think that I am missing anything - after all, the .lib file does exist. I managed to get it to build by replacing “LIBS += -lQt5Concurrent” in the qmake files with “QT += concurrent”. However, starting the .exe now gives me the error “The procedure entry point ?hitButton@QPushButton@MEBA_NAEBVQPoint
@@Z could not be located in the dynamic link library.” If I recall correctly, I had issues with QPushButton earlier in the process. I checked out the Computree version from Jan’s Git repository, and surprisingly enough, Release suddenly seems to work there when it definitely did not work earlier. I’ll see if I can find out just what happened, but to my knowledge I haven’t changed anything since I last checked.
Best regards,
Florence