starmap.pro 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/starmap
  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 = 0xE2C39744
  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 += sensors
  20. # The .cpp file which was generated for your project. Feel free to hack it.
  21. SOURCES += main.cpp \
  22. skyview.cpp
  23. # Please do not modify the following two lines. Required for deployment.
  24. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  25. qtcAddDeployment()
  26. OTHER_FILES += \
  27. qtc_packaging/debian_harmattan/rules \
  28. qtc_packaging/debian_harmattan/README \
  29. qtc_packaging/debian_harmattan/copyright \
  30. qtc_packaging/debian_harmattan/control \
  31. qtc_packaging/debian_harmattan/compat \
  32. qtc_packaging/debian_harmattan/changelog \
  33. qtc_packaging/debian_fremantle/rules \
  34. qtc_packaging/debian_fremantle/README \
  35. qtc_packaging/debian_fremantle/copyright \
  36. qtc_packaging/debian_fremantle/control \
  37. qtc_packaging/debian_fremantle/compat \
  38. qtc_packaging/debian_fremantle/changelog
  39. HEADERS += \
  40. skyview.h \
  41. skyview_p.h