summaryrefslogtreecommitdiffstats
path: root/examples/slideshow/slideshow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/slideshow/slideshow.pro')
-rw-r--r--examples/slideshow/slideshow.pro12
1 files changed, 8 insertions, 4 deletions
diff --git a/examples/slideshow/slideshow.pro b/examples/slideshow/slideshow.pro
index 76c660a16..e969ade66 100644
--- a/examples/slideshow/slideshow.pro
+++ b/examples/slideshow/slideshow.pro
@@ -1,10 +1,7 @@
TEMPLATE = app
TARGET = slideshow
-INCLUDEPATH+=../../src/multimedia
-include (../mobility_examples.pri)
-CONFIG += mobility
-MOBILITY = multimedia
+QT += multimediakit
HEADERS = \
slideshow.h
@@ -17,3 +14,10 @@ symbian {
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCHEAPSIZE = 0x20000 0x3000000
}
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
+
+INSTALLS += target sources
+