Mywebwidget3/mywebwidget3.pro
author Wesley Thierry <wesleyt@symbian.org>
Mon, 25 Oct 2010 10:35:17 -0700
changeset 2 fa1a8300ce01
child 8 a593fb7f78c0
permissions -rw-r--r--
adding MyWebWidget

#-------------------------------------------------
#
# Project created by QtCreator 2010-10-06T10:31:49
#
#-------------------------------------------------

QT       += core gui webkit

TARGET = mywebwidget3
TEMPLATE = app


SOURCES += main.cpp\
        mywebwidget.cpp \
    mytoolbar.cpp

HEADERS  += mywebwidget.h \
    mytoolbar.h

CONFIG += mobility
MOBILITY = location

symbian {
    TARGET.UID3 = 0xe1b774b2
    TARGET.CAPABILITY += LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location ReadDeviceData
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x4000000
}