X-Git-Url: https://git.nirgal.com/?p=nnokia.git;a=blobdiff_plain;f=nnokia.pro;h=3aa93c74f022d5e0476bda6ad8a418e941db2f9b;hp=693bf2f271ad41aab88a435a7bd4c414d97b4b48;hb=HEAD;hpb=6d97916cc9eb6a3c85c9b4f1601c7b76703311b7;ds=sidebyside diff --git a/nnokia.pro b/nnokia.pro index 693bf2f..3aa93c7 100644 --- a/nnokia.pro +++ b/nnokia.pro @@ -7,20 +7,24 @@ DEPLOYMENTFOLDERS = # file1 dir1 symbian:TARGET.UID3 = 0xE0B4133F # Allow network access on Symbian -symbian:TARGET.CAPABILITY += NetworkServices UserEnvironment ReadUserData WriteUserData ReadDeviceData WriteDeviceData +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 +MOBILITY += multimedia messaging location SOURCES += main.cpp mainwindow.cpp \ smshandler.cpp \ - camshooter.cpp + camshooter.cpp \ + shootquery.cpp \ + locationquery.cpp HEADERS += mainwindow.h \ smshandler.h \ - camshooter.h + camshooter.h \ + shootquery.h \ + locationquery.h FORMS += mainwindow.ui # Please do not modify the following two lines. Required for deployment.