phoneapp/phoneringingtoneplayer/tsrc/t_phoneringingtoneplayer/t_phoneringingtoneplayer.pro
equal
deleted
inserted
replaced
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
|
16 # |
|
17 |
|
18 TEMPLATE = app |
|
19 TARGET = t_phoneringingtoneplayer |
|
20 CONFIG += hb |
|
21 |
|
22 symbian { |
|
23 |
|
24 INCLUDEPATH += /epoc32/include/platform/mw \ |
|
25 /epoc32/include/platform \ |
|
26 ../../../phoneuiutils/inc \ |
|
27 ../../../phoneuiview2/src \ |
|
28 ../../../phoneuiqtviewadapter/src \ |
|
29 ../../inc \ |
|
30 |
|
31 LIBS += -lphoneringingtoneplayer \ |
|
32 -lphoneuiutils |
|
33 |
|
34 TARGET.CAPABILITY = ALL -TCB |
|
35 DEFINES += FT_SYMBIAN_INTEGRATION |
|
36 } |
|
37 |
|
38 HEADERS += t_phoneringingtoneplayer.h |
|
39 SOURCES += t_phoneringingtoneplayer_reg.rss \ |
|
40 main.cpp \ |
|
41 t_phoneringingtoneplayer.cpp |
|
42 |
|
43 RESOURCES += |
|
44 |
|
45 symbian:TARGET.UID3 = 0xE87E453C |
|