summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/movie
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/movie')
-rw-r--r--examples/widgets/widgets/movie/CMakeLists.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/widgets/widgets/movie/CMakeLists.txt b/examples/widgets/widgets/movie/CMakeLists.txt
new file mode 100644
index 0000000000..0df3465fea
--- /dev/null
+++ b/examples/widgets/widgets/movie/CMakeLists.txt
@@ -0,0 +1,19 @@
+# Generated from movie.pro.
+
+#####################################################################
+## movie Binary:
+#####################################################################
+
+add_qt_executable(movie
+ GUI
+ OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/widgets/movie"
+ INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/widgets/movie"
+ SOURCES
+ main.cpp
+ movieplayer.cpp movieplayer.h
+ LIBRARIES
+ Qt::Widgets
+)
+
+#### Keys ignored in scope 1:.:movie.pro:<NONE>:
+# EXAMPLE_FILES = "animation.gif"