alarm.pro 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Add files and directories to ship with the application
  2. # by adapting the examples below.
  3. # file1.source = myfile
  4. dir1.source = audio/
  5. # file1
  6. DEPLOYMENTFOLDERS = dir1
  7. # Avoid auto screen rotation
  8. #DEFINES += ORIENTATIONLOCK
  9. # Needs to be defined for Symbian
  10. #DEFINES += NETWORKACCESS
  11. symbian:TARGET.UID3 = 0xE1B62BCF
  12. # If your application uses the Qt Mobility libraries, uncomment
  13. # the following lines and add the respective components to the
  14. # MOBILITY variable.
  15. CONFIG += mobility
  16. MOBILITY += multimedia
  17. QT += phonon
  18. SOURCES += main.cpp mainwindow.cpp \
  19. sens.cpp \
  20. accelerometerwidget.cpp \
  21. accelerometerclass.cpp
  22. HEADERS += mainwindow.h \
  23. sens.h \
  24. accelerometerwidget.h \
  25. accelerometerclass.h
  26. FORMS += mainwindow.ui
  27. # Please do not modify the following two lines. Required for deployment.
  28. include(deployment.pri)
  29. qtcAddDeployment()
  30. OTHER_FILES += \
  31. audio/CarAlarm.wav \
  32. audio/bip_car.wav