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
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
18 SOURCES += main.cpp mainwindow.cpp \
22 HEADERS += mainwindow.h \
26 FORMS += mainwindow.ui
28 # Please do not modify the following two lines. Required for deployment.
29 include(deployment.pri)