Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Project specific help in Qt Creator
Qt 6.11 is out! See what's new in the release blog

Project specific help in Qt Creator

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 1.1k 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.
  • T Offline
    T Offline
    toralf
    wrote on last edited by
    #1

    Is there a way to add a "project specific" help file in Qt?

    I'm generating a .qhp help file for "internal" classes in a certain (large) project, and I really want to enable "F1" lookup into that help file only when I'm working on the project in question. Also, if I check out several parallel versions of the project via a version control system, and open them in Qt Creator, I want the help files for all of them to be available, with any lookup directed to the "correct" version.

    Is there any way to achieve this? Actually, if I could use variables like %{sourceDir} when adding a documentation file, the problem would be mostly solved, but it looks like this isn't possible...

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      No, there is no way to do that currently.

      As a work-around you could start with different configurations for each project by passing "-settingspath /some/dir". That is not really convenient, but that way you could register the correct documentation for that project.

      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