Mywebwidget3/mywebwidget3.pro
changeset 2 fa1a8300ce01
child 8 a593fb7f78c0
equal deleted inserted replaced
1:3e3364c5ae1c 2:fa1a8300ce01
       
     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
       
    25     TARGET.CAPABILITY += LocalServices ReadUserData WriteUserData NetworkServices UserEnvironment Location ReadDeviceData
       
    26     TARGET.EPOCSTACKSIZE = 0x14000
       
    27     TARGET.EPOCHEAPSIZE = 0x020000 0x4000000
       
    28 }