From 503f885785d40de48a1d18d207b48552bbbdf4e5 Mon Sep 17 00:00:00 2001 From: Jonas Rabbe Date: Tue, 5 Jul 2011 14:18:51 +1000 Subject: Fixed up examples and demos Changed the .pro files and moved some things around to ensure that the examples and demos for Qt Multimedia Kit compiles and can be checked by the CI system. Change-Id: I915dc38ca76a97f20949df715725659c603231e2 Reviewed-on: http://codereview.qt.nokia.com/1136 Reviewed-by: Qt Sanity Bot Reviewed-by: Dmytro Poplavskiy Reviewed-by: Jonas Rabbe --- examples/audiorecorder/audiorecorder.pro | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'examples/audiorecorder/audiorecorder.pro') 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 + -- cgit v1.2.3