1234567891011121314151617181920212223242526272829303132333435 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2010-08-10T16:21:41
- #
- #-------------------------------------------------
- QT += core gui
- TARGET = BEggClock
- TEMPLATE = app
- SOURCES += main.cpp\
- mainwindow.cpp \
- feggclockwidget.cpp \
- dsettings.cpp
- HEADERS += mainwindow.h \
- feggclockwidget.h \
- dsettings.h
- FORMS += mainwindow.ui \
- feggclockwidget.ui \
- dsettings.ui
- CONFIG += mobility
- MOBILITY =
- symbian {
- TARGET.UID3 = 0xeef3c519
- # TARGET.CAPABILITY +=
- TARGET.EPOCSTACKSIZE = 0x14000
- TARGET.EPOCHEAPSIZE = 0x020000 0x800000
- }
|