podcatcher_qt/podcatcher_qt.pro
author larspson
Wed, 13 Oct 2010 14:09:08 +0200
branchpodcatcher_qt_symbian4
changeset 230 a3772671c3a7
parent 217 b15683f9e989
permissions -rw-r--r--
Remove projectfiles. Update pro file with added include paths for inc and moc
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
230
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    13
SOURCES += .\src\main.cpp \
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    14
        .\src\podcatcherwin.cpp
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    15
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    16
HEADERS  += .\inc\podcatcherwin.h
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    17
230
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    18
FORMS    += .\forms\podcatcherwin.ui
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    19
230
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    20
INCLUDEPATH += ./inc
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    21
INCLUDEPATH += ./ui
a3772671c3a7 Remove projectfiles. Update pro file with added include paths for inc and moc
larspson
parents: 217
diff changeset
    22
INCLUDEPATH += ./moc
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    23
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    24
CONFIG += mobility
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    25
MOBILITY = 
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    26
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    27
symbian {
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    28
    TARGET.UID3 = 0xe905eb0b
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    29
    # TARGET.CAPABILITY += 
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    30
    TARGET.EPOCSTACKSIZE = 0x14000
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    31
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    32
}
217
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    33
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    34
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
    35
b15683f9e989 Added change to pro file so that engine bld.inf is included.
mapo
parents: 216
diff changeset
    36
LIBS += -lpodcastengine.dll