00001 # Add more folders to ship with the application, here 00002 folder_01.source = qml/audiorecorder 00003 folder_01.target = qml 00004 DEPLOYMENTFOLDERS = folder_01 00005 00006 symbian:TARGET.UID3 = 0xE7E8DF75 00007 00008 # The .cpp files 00009 SOURCES += main.cpp \ 00010 audiorecorder.cpp \ 00011 audiorecorder_p.cpp \ 00012 audioengine.cpp 00013 00014 #header files 00015 HEADERS += audiorecorder.h \ 00016 audiorecorder_p.h \ 00017 audioengine.h 00018 00019 00020 symbian { 00021 LIBS += -lmediaclient \ 00022 -lmediaclientaudio \ 00023 -lefsrv 00024 TARGET.CAPABILITY = UserEnvironment 00025 } 00026 00027 00028 # Please do not modify the following two lines. Required for deployment. 00029 include(qmlapplicationviewer/qmlapplicationviewer.pri) 00030 qtcAddDeployment() 00031 00032 RESOURCES += audiorecorder.qrc