podcatcher_qt/podcatcher_qt.pro
author larspson
Wed, 06 Oct 2010 11:08:50 +0200
branchpodcatcher_qt_symbian4
changeset 223 f4fbbf8094bd
parent 217 b15683f9e989
child 230 a3772671c3a7
permissions -rw-r--r--
Merge to remove autogenerated files

#-------------------------------------------------
#
# 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