podcatcher_qt/podcatcher_qt.pro
author mapo
Mon, 23 Aug 2010 06:14:01 +0200
branchpodcatcher_qt_symbian4
changeset 216 1f5e22508b46
child 217 b15683f9e989
permissions -rw-r--r--
Adding dummy qt app - base of podcatcher for QT.
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
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    13
SOURCES += main.cpp\
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    14
        podcatcherwin.cpp
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    15
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    16
HEADERS  += podcatcherwin.h
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    17
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    18
FORMS    += podcatcherwin.ui
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
}