Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtHelp/QHelpLink: File not found
QtWS25 Last Chance

QtHelp/QHelpLink: File not found

Scheduled Pinned Locked Moved Solved General and Desktop
build and runlibraryqthelp
3 Posts 2 Posters 449 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gustavk
    wrote on 23 Oct 2022, 05:17 last edited by
    #1

    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!

    C 1 Reply Last reply 23 Oct 2022, 05:52
    0
    • G gustavk
      23 Oct 2022, 05:17

      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!

      C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 23 Oct 2022, 05:52 last edited by
      #2

      @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.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gustavk
        wrote on 23 Oct 2022, 10:47 last edited by
        #3

        Yes, I solved it. I don't remember how I installed it but strangely my installation missed ONLY this qhelplink.h and QHelpLink. How strange!

        1 Reply Last reply
        0

        1/3

        23 Oct 2022, 05:17

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved