author | larspson |
Thu, 14 Oct 2010 12:01:13 +0200 | |
branch | podcatcher_qt_symbian4 |
changeset 238 | ee20bf01bc84 |
parent 225 | 49b434b3a0b2 |
permissions | -rw-r--r-- |
225 | 1 |
#----------------------------------------------------------------------------- |
2 |
# Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, Marcin Pogorzelski, EmbedDev AB |
|
3 |
# |
|
4 |
# All rights reserved. |
|
5 |
# This component and the accompanying materials are made available |
|
6 |
# under the terms of the License "Eclipse Public License v1.0" |
|
7 |
# which accompanies this distribution, and is available |
|
8 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 |
# |
|
10 |
# Initial Contributors: |
|
11 |
# EmbedDev AB - initial contribution. |
|
12 |
# |
|
13 |
# Contributors: Marcin Pogorzelski |
|
14 |
# |
|
15 |
# Description: QT pro file. |
|
16 |
# |
|
17 |
#----------------------------------------------------------------------------- |
|
18 |
QT += core gui |
|
19 |
||
20 |
TARGET = podcatcher_qt |
|
21 |
TEMPLATE = app |
|
22 |
||
23 |
||
24 |
SOURCES += ..\src\main.cpp\ |
|
25 |
..\src\podcatcherwin.cpp |
|
26 |
||
27 |
HEADERS += ..\inc\podcatcherwin.h |
|
28 |
||
29 |
FORMS += ..\forms\podcatcherwin.ui |
|
30 |
||
31 |
CONFIG += mobility |
|
32 |
MOBILITY = |
|
33 |
||
34 |
symbian { |
|
35 |
TARGET.UID3 = 0xe905eb0b |
|
36 |
# TARGET.CAPABILITY += |
|
37 |
TARGET.EPOCSTACKSIZE = 0x14000 |
|
238
ee20bf01bc84
Removed SYMBIAN statement from app pro file. Clear the UI and slots not used
larspson
parents:
225
diff
changeset
|
38 |
TARGET.EPOCHEAPSIZE = 0x020000 0x800000 |
225 | 39 |
} |
40 |
||
41 |
LIBS += -lpodcastengine.dll |