Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2010-10-17T19:24:20
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT += core gui maemo5 network
  8. CONFIG += mobility
  9. MOBILITY = systeminfo
  10.  
  11.  
  12.  
  13. TARGET = healthcheck
  14. TEMPLATE = app
  15.  
  16.  
  17. SOURCES += main.cpp\
  18. hcmainwindow.cpp
  19.  
  20. HEADERS += hcmainwindow.h
  21.  
  22. FORMS += hcmainwindow.ui
  23.  
  24. CONFIG += mobility
  25. MOBILITY =
  26.  
  27. symbian {
  28. TARGET.UID3 = 0xe56a8128
  29. # TARGET.CAPABILITY +=
  30. TARGET.EPOCSTACKSIZE = 0x14000
  31. TARGET.EPOCHEAPSIZE = 0x020000 0x800000
  32. }
  33.  
  34. RESOURCES += \
  35. images.qrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement