QtHelp/QHelpLink: File not found
Solved
General and Desktop
-
Hi all!
I am new to Qt.
I'm trying to build and run an already existing project.
The build fails at this line:#include <QtHelp/QHelpLink>
with the error:
/home/gustavk/speedcrunch/src/core/manualserver.cpp:28: error: 'QtHelp/QHelpLink' file not found
I've check in the
.pro
file and I have:QT += help
But apparently this library wasn't found...
Thanks a lot in advance!
-
@gustavk said in QtHelp/QHelpLink: File not found:
But apparently this library wasn't found...
Since you did not told us how you install Qt I would guess you did not install the Qthelp development packages.