fp1.pro 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/fp1
  3. folder_01.target = qml
  4. DEPLOYMENTFOLDERS = folder_01
  5. DEPLOYMENT.display_name="FuelPad"
  6. # Additional import path used to resolve QML modules in Creator's code model
  7. QML_IMPORT_PATH =
  8. symbian:TARGET.UID3 = 0xE2AC632A
  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
  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
  25. # The .cpp file which was generated for your project. Feel free to hack it.
  26. SOURCES += main.cpp
  27. # Please do not modify the following two lines. Required for deployment.
  28. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  29. qtcAddDeployment()
  30. OTHER_FILES += \
  31. core.js