summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app/app.pro')
-rw-r--r--examples/spectrum/app/app.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/spectrum/app/app.pro b/examples/spectrum/app/app.pro
index 28cc16ab0..aec69d239 100644
--- a/examples/spectrum/app/app.pro
+++ b/examples/spectrum/app/app.pro
@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET = spectrum
-QT += multimediakit
+QT += multimedia
SOURCES += main.cpp \
engine.cpp \
@@ -59,9 +59,9 @@ RESOURCES = spectrum.qrc
# Install
sources.files = $$SOURCES $$HEADERS $$RESOURCES app.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/spectrum/app
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app
images.files += images/record.png images/settings.png
-images.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/spectrum/app/images
+images.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum/app/images
INSTALLS += sources images
# Deployment