#------------------------------------------------- # # Project created by QtCreator 2010-06-27T22:12:43 # #------------------------------------------------- QT += core gui TARGET = Push-It TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ timekeeper.cpp \ aboutdialog.cpp \ showfulllistdialog.cpp HEADERS += mainwindow.h \ timekeeper.h \ aboutdialog.hpp \ showfulllistdialog.hpp \ fullscreenexitbutton.h FORMS += CONFIG += mobility MOBILITY = symbian { TARGET.UID3 = 0xe756b212 # TARGET.CAPABILITY += TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 }