medcalc_meego.pro 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Add more folders to ship with the application, here
  2. # Additional import path used to resolve QML modules in Creator's code model
  3. QML_IMPORT_PATH =
  4. QT+= declarative
  5. symbian:TARGET.UID3 = 0xE0909291
  6. # Smart Installer package's UID
  7. # This UID is from the protected range and therefore the package will
  8. # fail to install if self-signed. By default qmake uses the unprotected
  9. # range value if unprotected UID is defined for the application and
  10. # 0x2002CCCF value if protected UID is given to the application
  11. #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
  12. # Allow network access on Symbian
  13. symbian:TARGET.CAPABILITY += NetworkServices
  14. # If your application uses the Qt Mobility libraries, uncomment the following
  15. # lines and add the respective components to the MOBILITY variable.
  16. # CONFIG += mobility
  17. # MOBILITY +=
  18. # The .cpp file which was generated for your project. Feel free to hack it.
  19. SOURCES += main.cpp
  20. OTHER_FILES += \
  21. qml/MainPage.qml \
  22. qml/main.qml \
  23. medcalc_meego.desktop \
  24. medcalc_meego.svg \
  25. medcalc_meego.png \
  26. qtc_packaging/debian_harmattan/rules \
  27. qtc_packaging/debian_harmattan/README \
  28. qtc_packaging/debian_harmattan/copyright \
  29. qtc_packaging/debian_harmattan/control \
  30. qtc_packaging/debian_harmattan/compat \
  31. qtc_packaging/debian_harmattan/changelog
  32. RESOURCES += \
  33. res.qrc
  34. # Please do not modify the following two lines. Required for deployment.
  35. include(deployment.pri)
  36. qtcAddDeployment()
  37. # enable booster
  38. CONFIG += qdeclarative-boostable
  39. QMAKE_CXXFLAGS += -fPIC -fvisibility=hidden -fvisibility-inlines-hidden
  40. QMAKE_LFLAGS += -pie -rdynamic