The stream-based XML serialization API resides in corelib/serialization. Move the steambookmarks example there. The Qt XML documentation is updated to no longer refer to this example code directly and refer to the direct location in the example documentation instead. Task-number: QTBUG-110647 Change-Id: Id36fb04a6acb7b8d1eb008f61568fe0abc221e3d Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 29317b426b9ec84f4ba66e6c032f71c2a2bae091) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
6 lines
80 B
Prolog
6 lines
80 B
Prolog
TEMPLATE = subdirs
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += dombookmarks
|
|
}
|