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. Qt Creator and Examples disconnect
Qt 6.11 is out! See what's new in the release blog

Qt Creator and Examples disconnect

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 162 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.
  • M Offline
    M Offline
    MeadowlarkLime
    wrote last edited by
    #1

    I installed Qt Creator on my Fedora system using dnf. The install didn’t install the examples, so I installed them separately.

    Qt Creator doesn’t show the examples in the Examples tab of the Welcome screen. Is there a way to point Qt Creator at the directory the examples are located in so that they’ll appear in the Examples tab?

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote last edited by
      #2

      You need to tell Qt Creator about the examples.

      On macOS I have:

      /Users/cristian/Applications/Qt Creator 19.0.0/Qt Creator.app/Contents/Resources/QtProject/QtCreator.ini 
      

      which contains:

      [Settings]
      InstallSettings=/Users/cristian/Qt/Tools/sdktool   
      

      At:

      /Users/cristian/Qt/Tools/sdktool/QtProject/QtCreator.ini 
      

      I have:

      [Help]
      InstalledDocumentation=/Users/cristian/Qt/Docs/Qt-6.10.2/
      InstalledExamples=Qt 6.10.2|/Users/cristian/Qt/Docs/Qt-6.10.2|/Users/cristian/Qt/Examples/Qt-6.10.2/   
      

      If you replicate this on your setup you should have Examples working.

      1 Reply Last reply
      2
      • cristian-adamC Offline
        cristian-adamC Offline
        cristian-adam
        wrote last edited by
        #3

        Hmm. https://forum.qt.io/topic/163890/examples-don-t-show-up also mentions this issue, where I posted the same advice.

        Please let us know if this works.

        1 Reply Last reply
        0
        • cristian-adamC Offline
          cristian-adamC Offline
          cristian-adam
          wrote last edited by
          #4

          https://wiki.qt.io/Qt_Examples_in_Qt_Creator has some information about the subject.

          1 Reply Last reply
          1

          • Login

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