podcatcher_qt/podcatcher_qt.pro
author mapo
Mon, 23 Aug 2010 21:16:31 +0200
branchpodcatcher_qt_symbian4
changeset 217 b15683f9e989
parent 216 1f5e22508b46
child 230 a3772671c3a7
permissions -rw-r--r--
Added change to pro file so that engine bld.inf is included.

#-------------------------------------------------
#
# Project created by QtCreator 2010-08-20T17:08:57
#
#-------------------------------------------------

QT       += core gui

TARGET = podcatcher_qt
TEMPLATE = app


SOURCES += src\main.cpp\
        src\podcatcherwin.cpp

HEADERS  += inc\podcatcherwin.h

FORMS    += forms\podcatcherwin.ui

CONFIG += mobility
MOBILITY = 

symbian {
    TARGET.UID3 = 0xe905eb0b
    # TARGET.CAPABILITY += 
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}

BLD_INF_RULES.//includes += "$${LITERAL_HASH}include \"../engine/group/bld.inf\""

LIBS += -lpodcastengine.dll