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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     1
#-------------------------------------------------
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     2
#
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     3
# Project created by QtCreator 2010-08-20T17:08:57
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     4
#
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     5
#-------------------------------------------------
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     6
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     7
QT       += core gui
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     8
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     9
TARGET = podcatcher_qt
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    10
TEMPLATE = app
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    11
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    12
217
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    13
SOURCES += src\main.cpp\
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    14
        src\podcatcherwin.cpp
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    15
217
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    16
HEADERS  += inc\podcatcherwin.h
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    17
217
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    18
FORMS    += forms\podcatcherwin.ui
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    19
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    20
CONFIG += mobility
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    21
MOBILITY = 
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    22
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    23
symbian {
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    24
    TARGET.UID3 = 0xe905eb0b
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    25
    # TARGET.CAPABILITY += 
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    26
    TARGET.EPOCSTACKSIZE = 0x14000
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    27
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    28
}
217
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    29
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    30
BLD_INF_RULES.//includes += "$${LITERAL_HASH}include \"../engine/group/bld.inf\""
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    31
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    32
LIBS += -lpodcastengine.dll