HitTheMonkey2_Symbian.pro 841 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Add files and directories to ship with the application
  2. # by adapting the examples below.
  3. # file1.source = myfile
  4. # dir1.source = mydir
  5. DEPLOYMENTFOLDERS = # file1 dir1
  6. # Avoid auto screen rotation
  7. DEFINES += ORIENTATIONLOCK
  8. # Needs to be defined for Symbian
  9. #DEFINES += NETWORKACCESS
  10. symbian:TARGET.UID3 = 0xE6A8ECE8
  11. # If your application uses the Qt Mobility libraries, uncomment
  12. # the following lines and add the respective components to the
  13. # MOBILITY variable.
  14. # CONFIG += mobility
  15. # MOBILITY +=
  16. QT += core \
  17. gui \
  18. xml \
  19. network \
  20. webkit \
  21. declarative
  22. SOURCES += main.cpp
  23. HEADERS += appdata.h
  24. FORMS += mainwindow.ui
  25. # Please do not modify the following two lines. Required for deployment.
  26. include(deployment.pri)
  27. qtcAddDeployment()
  28. RESOURCES += \
  29. resources.qrc