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.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/audiorecorder/audiorecorder.pro b/examples/audiorecorder/audiorecorder.pro
new file mode 100644
index 000000000..99502414e
--- /dev/null
+++ b/examples/audiorecorder/audiorecorder.pro
@@ -0,0 +1,29 @@
+TEMPLATE = app
+CONFIG += example
+
+INCLUDEPATH += ../../src/multimedia ../../src/multimedia/audio
+include(../mobility_examples.pri)
+
+CONFIG += mobility
+MOBILITY = multimedia
+
+QMAKE_RPATHDIR += $$DESTDIR
+
+HEADERS = \
+ audiorecorder.h
+
+SOURCES = \
+ main.cpp \
+ audiorecorder.cpp
+
+maemo*: {
+ FORMS += audiorecorder_small.ui
+}else:symbian:contains(S60_VERSION, 3.2)|contains(S60_VERSION, 3.1){
+ DEFINES += SYMBIAN_S60_3X
+ FORMS += audiorecorder_small.ui
+}else {
+ FORMS += audiorecorder.ui
+}
+symbian: {
+ TARGET.CAPABILITY = UserEnvironment ReadDeviceData WriteDeviceData
+}