Move movie example to manual test
Pick-to: 6.5 6.6 Change-Id: Ie185a3c88eced7b8b0fe324b9ef62ab86d38d521 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
c7702638f3
commit
ec01f6ae8b
@ -1,16 +0,0 @@
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||
|
||||
/*!
|
||||
\example widgets/movie
|
||||
\title Movie Example
|
||||
\ingroup examples-widgets
|
||||
\brief The Movie example demonstrates how to use QMovie and QLabel to
|
||||
display animations.
|
||||
|
||||
QMovie is mostly useful if one wants to play
|
||||
a simple animation without the added complexity of a multimedia
|
||||
framework to install and deploy.
|
||||
|
||||
\borderedimage movie-example.png
|
||||
*/
|
@ -6,9 +6,6 @@ qt_internal_add_example(calculator)
|
||||
qt_internal_add_example(calendarwidget)
|
||||
qt_internal_add_example(groupbox)
|
||||
qt_internal_add_example(lineedits)
|
||||
if(QT_FEATURE_movie)
|
||||
qt_internal_add_example(movie)
|
||||
endif()
|
||||
qt_internal_add_example(scribble)
|
||||
qt_internal_add_example(shapedclock)
|
||||
qt_internal_add_example(shortcuteditor)
|
||||
|
@ -4,7 +4,6 @@ SUBDIRS = analogclock \
|
||||
calendarwidget \
|
||||
groupbox \
|
||||
lineedits \
|
||||
movie \
|
||||
scribble \
|
||||
shapedclock \
|
||||
sliders \
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Loading…
Reference in New Issue
Block a user