Twitter.pro 561 B

123456789101112131415161718192021222324252627282930313233
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2010-06-29T17:47:33
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. QT += network
  8. TARGET = Twitter
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. twitter.cpp
  12. HEADERS += twitter.h
  13. FORMS += twitter.ui
  14. CONFIG += mobility
  15. MOBILITY =
  16. symbian {
  17. TARGET.UID3 = 0xe149198c
  18. # TARGET.CAPABILITY +=
  19. TARGET.EPOCSTACKSIZE = 0x14000
  20. TARGET.EPOCHEAPSIZE = 0x020000 0x800000
  21. }
  22. RESOURCES += \
  23. Twitter.qrc