groupmypictures.pro 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/groupmypictures
  3. folder_01.target = qml
  4. DEPLOYMENTFOLDERS = folder_01
  5. # Additional import path used to resolve QML modules in Creator's code model
  6. QML_IMPORT_PATH = PictureItem
  7. uri = PictureItem
  8. symbian:TARGET.UID3 = 0xE0BDB9A9
  9. QT += sql
  10. # Smart Installer package's UID
  11. # This UID is from the protected range and therefore the package will
  12. # fail to install if self-signed. By default qmake uses the unprotected
  13. # range value if unprotected UID is defined for the application and
  14. # 0x2002CCCF value if protected UID is given to the application
  15. #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
  16. # Allow network access on Symbian
  17. symbian {
  18. TARGET.CAPABILITY += NetworkServices
  19. TARGET.EPOCHEAPSIZE = 0x20000 0x3000000
  20. DEPLOYMENT.display_name += Grp My Pics
  21. vendorinfo += "%{\"Juhana Paavola\"}" ":\"Juhana Paavola\""
  22. my_deployment.pkg_prerules += vendorinfo
  23. DEPLOYMENT += my_deployment
  24. }
  25. # If your application uses the Qt Mobility libraries, uncomment the following
  26. # lines and add the respective components to the MOBILITY variable.
  27. CONFIG += mobility
  28. MOBILITY += gallery systeminfo
  29. # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
  30. # CONFIG += qdeclarative-boostable
  31. # Add dependency to Symbian components
  32. CONFIG += qt-components
  33. # The .cpp file which was generated for your project. Feel free to hack it.
  34. SOURCES += main.cpp \
  35. pictureitem.cpp \
  36. drawthread.cpp \
  37. loader.cpp
  38. HEADERS += pictureitem.h \
  39. drawthread.h \
  40. loader.h
  41. # Please do not modify the following two lines. Required for deployment.
  42. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  43. qtcAddDeployment()
  44. RESOURCES += \
  45. resources.qrc
  46. ICON = gmp_icon2_converted.svg