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. Custom QtCreator wizard in OSX

Custom QtCreator wizard in OSX

Scheduled Pinned Locked Moved Qt Creator and other tools
qtcreator
2 Posts 1 Posters 777 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.
  • B Offline
    B Offline
    Birdy5
    wrote on last edited by
    #1

    Hi,

    in Linux and Windows it's easy to add custom wizards (for Class generation): Just copy the new wizard to the proper place (.../share/templates/...) in the QtCreator installation.

    But how can I add a custom wizard in OSX? As there I'd need to copy the wizard files inside of the app bundle.

    Is there some (hidden?) configuration to set a directory for additional wizards?
    This would be handy for Linux/Windows as well ...

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Birdy5
      wrote on last edited by
      #2

      To answer myself:

      Wizards are located in subdirectories of the following directories:

      share/qtcreator/templates/wizards
      the local user's configuration folder, $HOME/.config/QtProject/qtcreator/templates/wizards on Linux and OS X or %APPDATA%\QtProject\qtcreator\templates\wizards on windows
      

      from Adding New Custom Wizards

      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