# Add files and directories to ship with the application # by adapting the examples below. # file1.source = myfile # dir1.source = mydir DEPLOYMENTFOLDERS = # file1 dir1 symbian:TARGET.UID3 = 0xE0B4133F # Allow network access on Symbian symbian:TARGET.CAPABILITY += NetworkServices UserEnvironment ReadUserData WriteUserData ReadDeviceData WriteDeviceData Location # If your application uses the Qt Mobility libraries, uncomment # the following lines and add the respective components to the # MOBILITY variable. CONFIG += mobility MOBILITY += multimedia messaging location SOURCES += main.cpp mainwindow.cpp \ smshandler.cpp \ camshooter.cpp \ shootquery.cpp \ locationquery.cpp HEADERS += mainwindow.h \ smshandler.h \ camshooter.h \ shootquery.h \ locationquery.h FORMS += mainwindow.ui # Please do not modify the following two lines. Required for deployment. include(deployment.pri) qtcAddDeployment()