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