summaryrefslogtreecommitdiffstats
path: root/examples/player/player.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/player/player.pro')
-rw-r--r--examples/player/player.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/player/player.pro b/examples/player/player.pro
index 58b6f8ed7..3bc6c654d 100644
--- a/examples/player/player.pro
+++ b/examples/player/player.pro
@@ -5,8 +5,8 @@ CONFIG += qt warn_on
QT += network \
xml \
- multimediakit \
- multimediakitwidgets
+ multimedia \
+ multimediawidgets
HEADERS = \
player.h \
@@ -24,9 +24,9 @@ maemo* {
}
#install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/player
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/player
sources.files = $$SOURCES $HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/player
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/player
INSTALLS += target sources
QT+=widgets