forked from qt-creator/qt-creator
Add attribute to XML syntax specifying a script to generate files. The script must provide a --dry-run mode in which it prints the files it intends to create and their attributes to stdout. Rework the CustomWizardContext structure to contain target path and parameter mappings, simplify some code there.
10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
Qt Creator custom wizards are located in this directory.
|
|
|
|
The subdirectories 'helloworld', 'listmodel' and 'scriptgeneratedproject'
|
|
are provided as examples.
|
|
To see how they work in Qt Creator, rename the 'wizard_sample.xml' files
|
|
to 'wizard.xml'.
|
|
|
|
The command line option -customwizard-verbose can be used to obtain
|
|
verbose information while loading the custom wizards.
|