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