ListElements/ModelViewList/listElements.pro
author John Kern <johnk@symbian.org>
Thu, 09 Sep 2010 14:29:26 -0700
changeset 46 702dd26c0f4d
parent 45 b23ec2b62c45
child 47 c6e75ec74fc8
permissions -rwxr-xr-x
a little clean up

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

QT       += core gui svg

TARGET = listElements
TEMPLATE = app


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


# DEFINES = USE_DELEGATE

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

FORMS    += mainwindow.ui

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

RESOURCES += \
    assets.qrc