podcatcher_qt/podcatcher_qt.pro
branchpodcatcher_qt_symbian4
changeset 231 759c0f6027cb
parent 230 a3772671c3a7
parent 225 49b434b3a0b2
child 232 287fa04d9f4c
equal deleted inserted replaced
230:a3772671c3a7 231:759c0f6027cb
     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 += .\src\main.cpp \
       
    14         .\src\podcatcherwin.cpp
       
    15 
       
    16 HEADERS  += .\inc\podcatcherwin.h
       
    17 
       
    18 FORMS    += .\forms\podcatcherwin.ui
       
    19 
       
    20 INCLUDEPATH += ./inc
       
    21 INCLUDEPATH += ./ui
       
    22 INCLUDEPATH += ./moc
       
    23 
       
    24 CONFIG += mobility
       
    25 MOBILITY = 
       
    26 
       
    27 symbian {
       
    28     TARGET.UID3 = 0xe905eb0b
       
    29     # TARGET.CAPABILITY += 
       
    30     TARGET.EPOCSTACKSIZE = 0x14000
       
    31     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
       
    32 }
       
    33 
       
    34 BLD_INF_RULES.//includes += "$${LITERAL_HASH}include \"../engine/group/bld.inf\""
       
    35 
       
    36 LIBS += -lpodcastengine.dll