1 # Add files and directories to ship with the application
2 # by adapting the examples below.
3 # file1.source = myfile
5 DEPLOYMENTFOLDERS = # file1 dir1
7 symbian:TARGET.UID3 = 0xE0B4133F
9 # Allow network access on Symbian
10 symbian:TARGET.CAPABILITY += NetworkServices UserEnvironment ReadUserData WriteUserData ReadDeviceData WriteDeviceData Location
12 # If your application uses the Qt Mobility libraries, uncomment
13 # the following lines and add the respective components to the
16 MOBILITY += multimedia messaging location
18 SOURCES += main.cpp mainwindow.cpp \
23 HEADERS += mainwindow.h \
28 FORMS += mainwindow.ui
30 # Please do not modify the following two lines. Required for deployment.
31 include(deployment.pri)