TwimGo.pro 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/TwimGo
  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. # Avoid auto screen rotation
  8. #DEFINES += ORIENTATIONLOCK
  9. # Needs to be defined for Symbian
  10. DEFINES += NETWORKACCESS
  11. symbian:TARGET.CAPABILITY += NetworkServices Location LocalServices ReadUserData WriteUserData
  12. symbian:TARGET.UID3 = 0xE4172C9B
  13. #symbian:TARGET.UID3 = 0x20041107
  14. symbian {
  15. DEPLOYMENT.installer_header=0x2002CCCF
  16. vendorinfo = \
  17. "%{\"Tommi Laukkanen\"}" \
  18. ":\"Tommi Laukkanen\""
  19. my_deployment.pkg_prerules = vendorinfo
  20. DEPLOYMENT += my_deployment
  21. }
  22. !symbian: {
  23. DEFINES += HAVE_GLWIDGET
  24. QT += opengl
  25. }
  26. # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
  27. # (This might significantly increase build time)
  28. # DEFINES += QMLJSDEBUGGER
  29. # If your application uses the Qt Mobility libraries, uncomment
  30. # the following lines and add the respective components to the
  31. # MOBILITY variable.
  32. #CONFIG += mobility
  33. maemo5:CONFIG += qdbus # mobility
  34. MOBILITY += location
  35. VERSION = 3.2.0
  36. # The .cpp file which was generated for your project. Feel free to hack it.
  37. SOURCES += main.cpp \
  38. windowhelper.cpp
  39. PACKAGENAME = com.substanceofcode.twimgo
  40. # do not compile in debugger stuff
  41. QMLJSDEBUGGER_PATH =
  42. # Please do not modify the following two lines. Required for deployment.
  43. include(qmlapplicationviewer/myqmlapplicationviewer.pri)
  44. qtcAddDeployment()
  45. HEADERS += \
  46. windowhelper.h
  47. OTHER_FILES += \
  48. qtc_packaging/debian_fremantle/compat \
  49. qtc_packaging/debian_fremantle/rules \
  50. qtc_packaging/debian_fremantle/control \
  51. qtc_packaging/debian_fremantle/changelog \
  52. qtc_packaging/debian_harmattan/rules \
  53. qtc_packaging/debian_harmattan/README \
  54. qtc_packaging/debian_harmattan/copyright \
  55. qtc_packaging/debian_harmattan/control \
  56. qtc_packaging/debian_harmattan/compat \
  57. qtc_packaging/debian_harmattan/changelog \
  58. TwimGo.desktop
  59. RESOURCES += \
  60. Resources.qrc