iapminimal.pro 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Include component.pri for sources and headers
  2. include(component/component.pri)
  3. # Ad deployment for component/inneractive files
  4. folder_components.source = component/inneractive
  5. folder_components.target = qml/iapminimal
  6. # Add more folders to ship with the application, here
  7. folder_01.source = qml/iapminimal
  8. folder_01.target = qml
  9. DEPLOYMENTFOLDERS = folder_01 folder_components
  10. # Additional import path used to resolve QML modules in Creator's code model
  11. QML_IMPORT_PATH =
  12. symbian:TARGET.UID3 = 0xE24824B3
  13. # Smart Installer package's UID
  14. # This UID is from the protected range and therefore the package will
  15. # fail to install if self-signed. By default qmake uses the unprotected
  16. # range value if unprotected UID is defined for the application and
  17. # 0x2002CCCF value if protected UID is given to the application
  18. #symbian:DEPLOYMENT.installer_header = 0x2002CCCF
  19. # Allow network access on Symbian
  20. symbian:TARGET.CAPABILITY += NetworkServices
  21. # If your application uses the Qt Mobility libraries, uncomment the following
  22. # lines and add the respective components to the MOBILITY variable.
  23. CONFIG += mobility inapppurchase debug
  24. MOBILITY +=
  25. # Speed up launching on MeeGo/Harmattan when using applauncherd daemon
  26. # CONFIG += qdeclarative-boostable
  27. # Add dependency to Symbian components
  28. # CONFIG += qt-components
  29. # The .cpp file which was generated for your project. Feel free to hack it.
  30. SOURCES += main.cpp \
  31. iapminimal.cpp
  32. # Please do not modify the following two lines. Required for deployment.
  33. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  34. qtcAddDeployment()
  35. HEADERS += \
  36. iapminimal.h
  37. # IAP configuration
  38. addConfigFiles.sources = ./IAP_VARIANTID.txt
  39. addConfigFiles.path = .
  40. DEPLOYMENT += addConfigFiles