ChatMXS60.pro 832 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2010-12-01T20:36:20
  4. #
  5. #-------------------------------------------------
  6. QT += core gui network xml
  7. TARGET = ChatMXS60
  8. TEMPLATE = app
  9. SOURCES += main.cpp\
  10. qtchatmx.cpp \
  11. chatview.cpp \
  12. networkapi.cpp \
  13. loginview.cpp
  14. HEADERS += \
  15. qtchatmx.h \
  16. chatview.h \
  17. networkapi.h \
  18. loginview.h
  19. FORMS += \
  20. chatview.ui \
  21. loginview.ui
  22. CONFIG += mobility
  23. MOBILITY =
  24. symbian {
  25. LIBS += -lcone -lavkon -lefsrv
  26. ICON = chatmx_s60_icon2.svg
  27. TARGET.UID3 = 0xea2479c5
  28. TARGET.CAPABILITY += NetworkServices
  29. TARGET.EPOCSTACKSIZE = 0x14000
  30. TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
  31. }
  32. OTHER_FILES += \
  33. chatmx_s60_icon2.svg
  34. RESOURCES += \
  35. MainGfx.qrc