author | Wes Thierry <wesleyt@symbian.org> |
Fri, 05 Nov 2010 11:32:03 +0000 | |
changeset 8 | a593fb7f78c0 |
parent 2 | fa1a8300ce01 |
permissions | -rw-r--r-- |
2 | 1 |
#------------------------------------------------- |
2 |
# |
|
3 |
# Project created by QtCreator 2010-10-06T10:31:49 |
|
4 |
# |
|
5 |
#------------------------------------------------- |
|
6 |
||
7 |
QT += core gui webkit |
|
8 |
||
9 |
TARGET = mywebwidget3 |
|
10 |
TEMPLATE = app |
|
11 |
||
12 |
||
13 |
SOURCES += main.cpp\ |
|
14 |
mywebwidget.cpp \ |
|
15 |
mytoolbar.cpp |
|
16 |
||
17 |
HEADERS += mywebwidget.h \ |
|
18 |
mytoolbar.h |
|
19 |
||
20 |
CONFIG += mobility |
|
21 |
MOBILITY = location |
|
22 |
||
23 |
symbian { |
|
24 |
TARGET.UID3 = 0xe1b774b2 |
|
8
a593fb7f78c0
Adding defines for magic numbers
Wes Thierry <wesleyt@symbian.org>
parents:
2
diff
changeset
|
25 |
TARGET.CAPABILITY += LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location |
2 | 26 |
TARGET.EPOCSTACKSIZE = 0x14000 |
27 |
TARGET.EPOCHEAPSIZE = 0x020000 0x4000000 |
|
28 |
} |