buienradar.pro 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/buienradar
  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 =
  7. symbian:TARGET.UID3 = 0xE59DC9D0
  8. # Smart Installer package's UID
  9. # This UID is from the protected range and therefore the package will
  10. # fail to install if self-signed. By default qmake uses the unprotected
  11. # range value if unprotected UID is defined for the application and
  12. # 0x2002CCCF value if protected UID is given to the application
  13. #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
  14. # Allow network access on Symbian
  15. symbian:TARGET.CAPABILITY += NetworkServices
  16. # If your application uses the Qt Mobility libraries, uncomment the following
  17. # lines and add the respective components to the MOBILITY variable.
  18. CONFIG += mobility
  19. MOBILITY += location
  20. # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
  21. CONFIG += qdeclarative-boostable
  22. # Add dependency to Symbian components
  23. # CONFIG += qt-components
  24. # The .cpp file which was generated for your project. Feel free to hack it.
  25. SOURCES += main.cpp
  26. # Please do not modify the following two lines. Required for deployment.
  27. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  28. qtcAddDeployment()
  29. OTHER_FILES += \
  30. qtc_packaging/debian_harmattan/rules \
  31. qtc_packaging/debian_harmattan/README \
  32. qtc_packaging/debian_harmattan/manifest.aegis \
  33. qtc_packaging/debian_harmattan/copyright \
  34. qtc_packaging/debian_harmattan/control \
  35. qtc_packaging/debian_harmattan/compat \
  36. qtc_packaging/debian_harmattan/changelog
  37. RESOURCES += \
  38. res.qrc