examples/QtQuick/audioplayer/audioplayer.pro

00001 # Add more folders to ship with the application, here
00002 folder_01.source = qml/audioplayer
00003 folder_01.target = qml
00004 DEPLOYMENTFOLDERS = folder_01
00005 
00006 symbian:TARGET.UID3 = 0xE243CF82
00007 
00008 
00009 # The .cpp file which was generated for your project. Feel free to hack it.
00010 SOURCES += audioplayer.cpp \
00011         audioplayer_p.cpp \
00012         audioengine.cpp \
00013         main.cpp
00014 
00015 HEADERS = audioplayer.h \
00016         audioplayer_p.h \
00017         audioengine.h
00018 
00019 symbian {
00020     LIBS += -lmediaclient \
00021         -lmediaclientaudio
00022     myFiles.sources += newstories.wma
00023     myFiles.path +=  c:\Sounds
00024     DEPLOYMENT += myFiles
00025                 }
00026 
00027 # Please do not modify the following two lines. Required for deployment.
00028 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00029 qtcAddDeployment()
00030 
00031 OTHER_FILES  += newstories.wma
00032 
00033 RESOURCES +=   audioplayer.qrc

Generated by  doxygen 1.6.2