summaryrefslogtreecommitdiffstats
path: root/examples/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'examples/slideshow')
-rw-r--r--examples/slideshow/slideshow.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/slideshow/slideshow.pro b/examples/slideshow/slideshow.pro
index c4cb38080..133735d6f 100644
--- a/examples/slideshow/slideshow.pro
+++ b/examples/slideshow/slideshow.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = slideshow
-QT += multimediakit multimediakitwidgets
+QT += multimedia multimediawidgets
HEADERS = \
slideshow.h
@@ -10,9 +10,9 @@ SOURCES = \
main.cpp \
slideshow.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/slideshow
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/slideshow
INSTALLS += target sources