TheftAuto.pro 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/TheftAuto
  3. folder_01.target = qml
  4. folder_02.source = Audio/*.wav
  5. folder_02.target = Audio
  6. DEPLOYMENTFOLDERS = folder_01 folder_02
  7. # Additional import path used to resolve QML modules in Creator's code model
  8. QML_IMPORT_PATH =
  9. symbian:TARGET.UID3 = 0xE78B7793
  10. QT += network
  11. CONFIG += qt-components mobility
  12. MOBILITY += multimedia
  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
  24. # MOBILITY +=
  25. # The .cpp file which was generated for your project. Feel free to hack it.
  26. SOURCES += main.cpp \
  27. internet_police.cpp
  28. # Please do not modify the following two lines. Required for deployment.
  29. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  30. qtcAddDeployment()
  31. OTHER_FILES += \
  32. qtc_packaging/debian_harmattan/rules \
  33. qtc_packaging/debian_harmattan/README \
  34. qtc_packaging/debian_harmattan/copyright \
  35. qtc_packaging/debian_harmattan/control \
  36. qtc_packaging/debian_harmattan/compat \
  37. qtc_packaging/debian_harmattan/changelog \
  38. qml/TheftAuto/js/TheftBridge.js
  39. HEADERS += \
  40. internet_police.h
  41. RESOURCES += \
  42. images.qrc