ColouringBook.pro 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/ColouringBook
  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 {
  12. TARGET.UID3 = 0xE2AE0F3F
  13. #add custom define to isolate the Symbian DRM feature
  14. DEFINES += USESYMBIANDRM
  15. contains(DEFINES, "USESYMBIANDRM"){
  16. message(Using Symbian DRM)
  17. HEADERS += IAP/drmfile.h IAP/Symbian/drmfile_p.h
  18. SOURCES += IAP/drmfile.cpp IAP/Symbian/drmfile_p.cpp
  19. LIBS += -lcaf \
  20. -lcafutils \
  21. -lapmime
  22. } else {
  23. message(Not using Symbian DRM)
  24. }
  25. # customized deployment rules for the data files
  26. include(data/production.pri)
  27. }
  28. # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
  29. # (This might significantly increase build time)
  30. # DEFINES += QMLJSDEBUGGER
  31. # If your application uses the Qt Mobility libraries, uncomment
  32. # the following lines and add the respective components to the
  33. # MOBILITY variable.
  34. # CONFIG += mobility
  35. # MOBILITY +=
  36. # The .cpp file which was generated for your project. Feel free to hack it.
  37. SOURCES += main.cpp \
  38. coloringcanvas.cpp \
  39. qdeclarativepincharea.cpp \
  40. drmimageprovider.cpp \
  41. filepathconst.cpp \
  42. thumbnailimageprovider.cpp
  43. # Please do not modify the following two lines. Required for deployment.
  44. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  45. qtcAddDeployment()
  46. HEADERS += \
  47. coloringcanvas.h \
  48. qdeclarativepincharea.h \
  49. drmimageprovider.h \
  50. filepathconst.h \
  51. thumbnailimageprovider.h
  52. OTHER_FILES += \
  53. data/production/drm/data/resourceid_524981/nemo_2colors_8bits.png \
  54. data/production/drm/data/resourceid_524981/mouse_2colors_8bits.png \
  55. data/production/drm/data/resourceid_524981/littlest_petshop_2colors_8bits.png \
  56. data/production/drm/data/resourceid_524981/cartman_2colors_8bits.png \
  57. data/production/drm/data/resourceid_524981/butterfly_2colors_8bits.png \
  58. data/production/drm/data/resourceid_524982/wreath_2colors_8bits.png \
  59. data/production/drm/data/resourceid_524982/two_stockings_2colors_8bits.png \
  60. data/production/drm/data/resourceid_524982/sign_2colors_8bits.png \
  61. data/production/drm/data/resourceid_524982/santa_2colors_8bits.png \
  62. data/production/drm/data/resourceid_524982/christmas_tree_2colors_8bits.png