Move movie example to manual test
Change-Id: Ie185a3c88eced7b8b0fe324b9ef62ab86d38d521 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit ec01f6ae8b28f6b5cdb125e8e42e18b96f2a97a6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
f61c424919
commit
1dc356cf5e
@ -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(calendarwidget)
|
||||||
qt_internal_add_example(groupbox)
|
qt_internal_add_example(groupbox)
|
||||||
qt_internal_add_example(lineedits)
|
qt_internal_add_example(lineedits)
|
||||||
if(QT_FEATURE_movie)
|
|
||||||
qt_internal_add_example(movie)
|
|
||||||
endif()
|
|
||||||
qt_internal_add_example(scribble)
|
qt_internal_add_example(scribble)
|
||||||
qt_internal_add_example(shapedclock)
|
qt_internal_add_example(shapedclock)
|
||||||
qt_internal_add_example(shortcuteditor)
|
qt_internal_add_example(shortcuteditor)
|
||||||
|
@ -4,7 +4,6 @@ SUBDIRS = analogclock \
|
|||||||
calendarwidget \
|
calendarwidget \
|
||||||
groupbox \
|
groupbox \
|
||||||
lineedits \
|
lineedits \
|
||||||
movie \
|
|
||||||
scribble \
|
scribble \
|
||||||
shapedclock \
|
shapedclock \
|
||||||
sliders \
|
sliders \
|
||||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user