b7c15f7f24
It adds nothing new to what the trivial and license wizard examples show, other than a bunch of somewhat messy and outdated code to generate C++ code files based on the input. The example is referenced in a few parts of the documentation, but there are equivalent snippets in the trivial and license wizard examples, so point at those instead, and add some relevant API usage where needed. Pick-to: 6.5 Change-Id: If1ff57e775bad28920d9e019aeccae69d1f4d127 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
13 lines
306 B
Prolog
13 lines
306 B
Prolog
QT_FOR_CONFIG += widgets
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = licensewizard \
|
|
standarddialogs \
|
|
tabdialog \
|
|
trivialwizard
|
|
|
|
!qtHaveModule(printsupport): SUBDIRS -= licensewizard
|
|
!qtConfig(wizard) {
|
|
SUBDIRS -= trivialwizard licensewizard classwizard
|
|
}
|