Move xmlstreamlint example into tests/manual
This example is useful but not a typical starting point for an application. Task-number: QTBUG-110647 Change-Id: Ic4af8ed648c587b91110a7403fa80c619549289d Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit e13b57d06ab6e81cf04c090cc46dd23b4f8daccf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
1405e5b113
commit
963acec1e1
@ -1,7 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
qt_internal_add_example(xmlstreamlint)
|
|
||||||
if(TARGET Qt6::Widgets)
|
if(TARGET Qt6::Widgets)
|
||||||
qt_internal_add_example(dombookmarks)
|
qt_internal_add_example(dombookmarks)
|
||||||
qt_internal_add_example(streambookmarks)
|
qt_internal_add_example(streambookmarks)
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = xmlstreamlint
|
|
||||||
|
|
||||||
qtHaveModule(widgets) {
|
qtHaveModule(widgets) {
|
||||||
SUBDIRS += dombookmarks \
|
SUBDIRS += dombookmarks \
|
||||||
|
@ -61,6 +61,7 @@ add_subdirectory(widgetgrab)
|
|||||||
if(QT_FEATURE_xcb)
|
if(QT_FEATURE_xcb)
|
||||||
add_subdirectory(xembed)
|
add_subdirectory(xembed)
|
||||||
endif()
|
endif()
|
||||||
|
add_subdirectory(xmlstreamlint)
|
||||||
add_subdirectory(shortcuts)
|
add_subdirectory(shortcuts)
|
||||||
add_subdirectory(dialogs)
|
add_subdirectory(dialogs)
|
||||||
add_subdirectory(windowtransparency)
|
add_subdirectory(windowtransparency)
|
||||||
|
@ -47,6 +47,7 @@ windowflags \
|
|||||||
windowgeometry \
|
windowgeometry \
|
||||||
windowmodality \
|
windowmodality \
|
||||||
widgetgrab \
|
widgetgrab \
|
||||||
|
xmlstreamlint \
|
||||||
shortcuts \
|
shortcuts \
|
||||||
dialogs \
|
dialogs \
|
||||||
windowtransparency \
|
windowtransparency \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user