BikeFinder.pro 616 B

123456789101112131415161718192021222324252627282930313233343536
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2010-09-02T11:33:39
  4. #
  5. #-------------------------------------------------
  6. QT += core gui network xml webkit maemo5
  7. TARGET = BikeFinder
  8. TEMPLATE = app
  9. SOURCES += main.cpp\
  10. mainwindow.cpp \
  11. mapwidget.cpp
  12. HEADERS += mainwindow.h \
  13. mapwidget.h
  14. FORMS += mainwindow.ui \
  15. mapwidget.ui
  16. CONFIG += mobility
  17. MOBILITY = location
  18. symbian {
  19. TARGET.UID3 = 0xeeb05b4a
  20. # TARGET.CAPABILITY +=
  21. TARGET.EPOCSTACKSIZE = 0x14000
  22. TARGET.EPOCHEAPSIZE = 0x020000 0x800000
  23. }
  24. RESOURCES += \
  25. html.qrc