summaryrefslogtreecommitdiffstats
path: root/src/plugins/symbian/mmf/audiosource/audiosource_s60.pri
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-18 10:32:16 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-18 05:56:15 +0200
commit1403a1c7be7892ad4d1c5d04c143a318055fb36b (patch)
tree22a4caf3f5a119dcb12874ee72d2a9bb7dd88a55 /src/plugins/symbian/mmf/audiosource/audiosource_s60.pri
parent7085775a115421e5fbecc02679da1558c5178e84 (diff)
Remove some obsolete bits.
They can be updated again later when things are more stable, if needed. Change-Id: I73bdacdd3d1fd43a60cd3a0c14b925fa9c32ee27 Reviewed-on: http://codereview.qt.nokia.com/1724 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'src/plugins/symbian/mmf/audiosource/audiosource_s60.pri')
-rw-r--r--src/plugins/symbian/mmf/audiosource/audiosource_s60.pri31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/plugins/symbian/mmf/audiosource/audiosource_s60.pri b/src/plugins/symbian/mmf/audiosource/audiosource_s60.pri
deleted file mode 100644
index 7732600fa..000000000
--- a/src/plugins/symbian/mmf/audiosource/audiosource_s60.pri
+++ /dev/null
@@ -1,31 +0,0 @@
-INCLUDEPATH += $$PWD
-
-DEFINES += AUDIOSOURCEUSED
-
-symbian:LIBS += -lmediaclientaudio \
- -lmmfcontrollerframework \
- -lefsrv \
- -lbafl \
-
-!contains(S60_VERSION, 3.1) {
- contains(audiorouting_s60_enabled,yes) {
- #We use audioinputrouting.lib for recording audio from different sources -lmediaclientaudioinputstream \ -lcone \
- DEFINES += AUDIOINPUT_ROUTING
- message("Audio Input Routing enabled onwards 3.2 SDK")
- LIBS += -laudioinputrouting
- }
-}
-
-HEADERS += $$PWD/s60audioencodercontrol.h \
- $$PWD/s60audiomediarecordercontrol.h \
- $$PWD/s60audioendpointselector.h \
- $$PWD/s60audiocaptureservice.h \
- $$PWD/s60audiocapturesession.h \
- $$PWD/S60audiocontainercontrol.h
-
-SOURCES += $$PWD/s60audioencodercontrol.cpp \
- $$PWD/s60audiomediarecordercontrol.cpp \
- $$PWD/s60audioendpointselector.cpp \
- $$PWD/s60audiocaptureservice.cpp \
- $$PWD/s60audiocapturesession.cpp \
- $$PWD/S60audiocontainercontrol.cpp