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