forked from qt-creator/qt-creator
This change needs an update of the super repository If you want to buid QtDesignStudio documentation no branding path is necessary anymore: cmake -DCMAKE_GENERATOR:STRING=Ninja -DWITH_DOCS=ON -DCMAKE_PREFIX_PATH:PATH=C:\Qt_online\6.5.3\msvc2019_64 -DBUILD_DESIGNSTUDIO=ON C:/dev/tqtc-qtc-super/qtcreator cmake --build . --target html_docs Task-number: QDS-9827 Task-number: QTCREATORBUG-24222 Change-Id: Ic779b6ab57c71c7f6fa53467bf1ba3ee17cab0ea Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
11 lines
496 B
Markdown
11 lines
496 B
Markdown
# Writing Qt Design Studio Documentation
|
|
|
|
The Qt Design Studio Manual is based on the Qt Creator Manual, with additional
|
|
topics. When building the Qt Design Studio Manual, parts of the Qt Creator
|
|
Manual are pulled in from Qt Creator sources. This is enabled by creating
|
|
separate table of contents files for each Manual and by using defines
|
|
to hide and show information depending on which Manual is being built.
|
|
|
|
Because branding information is needed to use the correct product name and
|
|
version.
|