podcatcher_qt/podcatcher_qt.pro
branchpodcatcher_qt_symbian4
changeset 216 1f5e22508b46
child 217 b15683f9e989
equal deleted inserted replaced
215:1d12d96fdfb5 216:1f5e22508b46
       
     1 #-------------------------------------------------
       
     2 #
       
     3 # Project created by QtCreator 2010-08-20T17:08:57
       
     4 #
       
     5 #-------------------------------------------------
       
     6 
       
     7 QT       += core gui
       
     8 
       
     9 TARGET = podcatcher_qt
       
    10 TEMPLATE = app
       
    11 
       
    12 
       
    13 SOURCES += main.cpp\
       
    14         podcatcherwin.cpp
       
    15 
       
    16 HEADERS  += podcatcherwin.h
       
    17 
       
    18 FORMS    += podcatcherwin.ui
       
    19 
       
    20 CONFIG += mobility
       
    21 MOBILITY = 
       
    22 
       
    23 symbian {
       
    24     TARGET.UID3 = 0xe905eb0b
       
    25     # TARGET.CAPABILITY += 
       
    26     TARGET.EPOCSTACKSIZE = 0x14000
       
    27     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
       
    28 }