BEggClock.pro 660 B

1234567891011121314151617181920212223242526272829303132333435
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2010-08-10T16:21:41
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. TARGET = BEggClock
  8. TEMPLATE = app
  9. SOURCES += main.cpp\
  10. mainwindow.cpp \
  11. feggclockwidget.cpp \
  12. dsettings.cpp
  13. HEADERS += mainwindow.h \
  14. feggclockwidget.h \
  15. dsettings.h
  16. FORMS += mainwindow.ui \
  17. feggclockwidget.ui \
  18. dsettings.ui
  19. CONFIG += mobility
  20. MOBILITY =
  21. symbian {
  22. TARGET.UID3 = 0xeef3c519
  23. # TARGET.CAPABILITY +=
  24. TARGET.EPOCSTACKSIZE = 0x14000
  25. TARGET.EPOCHEAPSIZE = 0x020000 0x800000
  26. }