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. Having problems including QTHelp
QtWS25 Last Chance

Having problems including QTHelp

Scheduled Pinned Locked Moved Unsolved General and Desktop
qthelp
3 Posts 2 Posters 821 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.
  • I Offline
    I Offline
    Inchiquin
    wrote on last edited by
    #1

    I'm trying to add a QHelpEngine to my project, using Qt 4.7.4. When I try to compile I'm getting a slew of "unresolved external symbol" errors. It would appear that it's not including the QtHelp4.lib but I can't seem to add this to the project. I can add other modules, such as Network or Svg, but when I add 'help' to the QT += line in the Project file and run qmake, it doesn't make it into the makefile. I've tried editing the makefile directly but it just reverts to its previous contents when I try to build. Any suggestions?

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      Try manually linking adding the full path to QtHelp4.lib to the LIBS variable

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      0
      • I Offline
        I Offline
        Inchiquin
        wrote on last edited by
        #3

        Ah, that seems to have done the trick. Still curious about why that particular module needed to be manually linked but others didn't, but hey it works, so many thanks.

        1 Reply Last reply
        0

        • Login

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