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.pro17
1 files changed, 9 insertions, 8 deletions
diff --git a/examples/audiorecorder/audiorecorder.pro b/examples/audiorecorder/audiorecorder.pro
index 99502414e..9b56a8cd2 100644
--- a/examples/audiorecorder/audiorecorder.pro
+++ b/examples/audiorecorder/audiorecorder.pro
@@ -1,13 +1,7 @@
TEMPLATE = app
-CONFIG += example
+TARGET = audiorecorder
-INCLUDEPATH += ../../src/multimedia ../../src/multimedia/audio
-include(../mobility_examples.pri)
-
-CONFIG += mobility
-MOBILITY = multimedia
-
-QMAKE_RPATHDIR += $$DESTDIR
+QT += multimediakit
HEADERS = \
audiorecorder.h
@@ -27,3 +21,10 @@ maemo*: {
symbian: {
TARGET.CAPABILITY = UserEnvironment ReadDeviceData WriteDeviceData
}
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/audiorecorder
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/audiorecorder
+
+INSTALLS += target sources
+