ListElements/ModelViewList/listElements.pro
author John Kern <johnk@symbian.org>
Wed, 08 Sep 2010 15:36:31 -0700
changeset 44 ca3ea89c80a3
parent 42 b9716e8867f1
child 45 b23ec2b62c45
permissions -rwxr-xr-x
remove obsolete dependencies

#-------------------------------------------------
#
# Project created by QtCreator 2010-08-30T10:49:36
#
#-------------------------------------------------

QT       += core gui svg

TARGET = test242
TEMPLATE = app


SOURCES += main.cpp\
    zodiacsign.cpp \
    mainwindow.cpp \
    zodiacmodel.cpp \
    zodiacdelegate.cpp


HEADERS  += mainwindow.h \
    zodiacsign.h \
    zodiacmodel.h \
    zodiacdelegate.h

FORMS    += mainwindow.ui

symbian {
    TARGET.UID3 = 0xe5e9fbec
    # TARGET.CAPABILITY += 
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}

RESOURCES += \
    assets.qrc