00001 # Folder containing the qml files forming the UI of the example.
00002 folder_01.source = qml/videoapp
00003 folder_01.target = qml
00004 DEPLOYMENTFOLDERS = folder_01
00005
00006 symbian:{
00007 TARGET.UID3 = 0xE0E69F07
00008 TARGET.CAPABILITY += UserEnvironment
00009 HEADERS += videoengine.h \
00010 videocontainer.h \
00011
00012 SOURCES += videoengine.cpp \
00013 videocontainer.cpp
00014
00015 LIBS += -lcone \
00016 -lws32 \
00017 -lmediaclientvideo \
00018 -lmediaclient \
00019 -lgdi
00020
00021 myFiles.sources += example_video.3gp
00022 myFiles.path += c:\Data\Videos
00023 DEPLOYMENT += myFiles
00024 }
00025
00026 # Source files of the example.
00027 SOURCES += main.cpp \
00028 videoplayerwrapper.cpp \
00029 videoview.cpp
00030
00031 # User includes of the example.
00032 HEADERS += videoplayerwrapper.h \
00033 videoview.h
00034
00035 # Include the qt mobility for sensors.
00036 CONFIG += mobility
00037 MOBILITY = sensors
00038
00039 # Please do not modify the following two lines. Required for deployment.
00040 include(qmlapplicationviewer/qmlapplicationviewer.pri)
00041 qtcAddDeployment()
00042
00043 OTHER_FILES += example_video.3gp
00044
00045 RESOURCES += \
00046 videoplayer.qrc