Skip to content

Commit

Permalink
Move anchor layout example to manual tests
Browse files Browse the repository at this point in the history
Pick-to: 6.5 6.5.0
Change-Id: I9c9a9dbcdaf705a31208b80b71e978938a492142
Reviewed-by: Oliver Eftevaag <[email protected]>
  • Loading branch information
Jan Arve Sæther committed Mar 2, 2023
1 parent cd0301a commit 5773c3a
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 96 deletions.
1 change: 0 additions & 1 deletion doc/global/manifest-meta.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ manifestmeta.ios.names = "QtCore/Contiguous Cache Example" \
"QtWidgets/Blur Picker Effect Example" \
"QtWidgets/Fade Message Effect Example" \
"QtWidgets/Lighting Effect Example" \
"QtWidgets/Anchor Layout Example" \
"QtWidgets/Basic Graphics Layouts Example" \
"QtWidgets/40000 Chips" \
"QtWidgets/Colliding Mice Example" \
Expand Down
Binary file not shown.
57 changes: 0 additions & 57 deletions examples/widgets/doc/src/graphicsview-anchorlayout.qdoc

This file was deleted.

1 change: 0 additions & 1 deletion examples/widgets/graphicsview/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ qt_internal_add_example(collidingmice)
qt_internal_add_example(basicgraphicslayouts)
qt_internal_add_example(diagramscene)
qt_internal_add_example(flowlayout)
qt_internal_add_example(anchorlayout)
qt_internal_add_example(simpleanchorlayout)
if(QT_FEATURE_cursor AND QT_FEATURE_draganddrop)
qt_internal_add_example(dragdroprobot)
Expand Down
36 changes: 0 additions & 36 deletions examples/widgets/graphicsview/anchorlayout/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion examples/widgets/graphicsview/graphicsview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ SUBDIRS = \
diagramscene \
dragdroprobot \
flowlayout \
anchorlayout \
simpleanchorlayout

contains(DEFINES, QT_NO_CURSOR)|!qtConfig(draganddrop): SUBDIRS -= dragdroprobot
17 changes: 17 additions & 0 deletions tests/manual/qgraphicslayout/anchorlayout/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## anchorlayout Binary:
#####################################################################
cmake_minimum_required(VERSION 3.16)

qt_internal_add_manual_test(anchorlayout
GUI
SOURCES
main.cpp
LIBRARIES
Qt::Gui
Qt::Widgets
)

0 comments on commit 5773c3a

Please sign in to comment.