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
|
|
38 |
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
|
|
39 |
|
|
40 |
SYMBIAN_PLATFORMS = DEFAULT
|
|
41 |
}
|
|
42 |
|
|
43 |
LIBS += -lpodcastengine.dll
|