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. qhelpgenerator could not open .qch file
Qt 6.11 is out! See what's new in the release blog

qhelpgenerator could not open .qch file

Scheduled Pinned Locked Moved Unsolved General and Desktop
qhpqhcqhelpgenerator
1 Posts 1 Posters 1.0k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    didje
    wrote on last edited by
    #1

    I am a beginner in qt. I am working in Linux.
    I have a folder containing html files that I want to view using Qt Assistant. I am therefore following the instructions on this page: http://doc.qt.io/qt-4.8/qthelp-framework.html
    In order to do this, I understand that I need to transform the files into a qch and a qhc file.
    So, I have created a qhp file in the same folder as the one containing the html folder (let's call it "htmlfolder"), as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <QtHelpProject version="1.0">
    <namespace>test</namespace>
    <virtualFolder>doc</virtualFolder>
    <filterSection>
    <files>
    <file>.css</file>
    <file>
    .html</file>
    </files>
    </filterSection>
    </QtHelpProject>

    Then I run the following:
    qhelpgenerator doc.qhp -o doc.qch

    I see the following message:
    "Could not open doc.qch".

    What's going on ? Where have I gone wrong ?

    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