MiniAppSuite.pro 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. VERSION = 2.0
  2. # Add more folders to ship with the application, here
  3. folder_01.source = qml/MiniAppSuite
  4. folder_01.target = qml
  5. DEPLOYMENTFOLDERS = folder_01
  6. # Additional import path used to resolve QML modules in Creator's code model
  7. QML_IMPORT_PATH =
  8. symbian:TARGET.UID3 = 0xE100F02E
  9. # Smart Installer package's UID
  10. # This UID is from the protected range and therefore the package will
  11. # fail to install if self-signed. By default qmake uses the unprotected
  12. # range value if unprotected UID is defined for the application and
  13. # 0x2002CCCF value if protected UID is given to the application
  14. #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
  15. # Allow network access on Symbian
  16. symbian:TARGET.CAPABILITY += NetworkServices ReadUserData
  17. # If your application uses the Qt Mobility libraries, uncomment the following
  18. # lines and add the respective components to the MOBILITY variable.
  19. # CONFIG += mobility
  20. # MOBILITY +=
  21. # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
  22. # CONFIG += qdeclarative-boostable
  23. # Add dependency to Symbian components
  24. CONFIG += qt-components mobility
  25. MOBILITY = location
  26. # The .cpp file which was generated for your project. Feel free to hack it.
  27. SOURCES += main.cpp
  28. # Please do not modify the following two lines. Required for deployment.
  29. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  30. qtcAddDeployment()
  31. OTHER_FILES +=
  32. RESOURCES +=