equal
deleted
inserted
replaced
|
1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of "Eclipse Public License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 # |
|
8 # Initial Contributors: |
|
9 # Nokia Corporation - initial contribution. |
|
10 # |
|
11 # Contributors: |
|
12 # |
|
13 # Description: |
|
14 # |
|
15 TEMPLATE = app |
|
16 TARGET = videoservicestestapp |
|
17 |
|
18 CONFIG += hb |
|
19 LIBS += -lxqservice -lxqserviceutil |
|
20 |
|
21 HEADERS += inc/videoservicestestappview.h |
|
22 |
|
23 SOURCES += src/videoservicestestappview.cpp \ |
|
24 src/main.cpp |
|
25 |
|
26 |
|
27 symbian { |
|
28 TARGET.UID2 = 0x100039CE |
|
29 TARGET.UID3 = 0x2002C341 |
|
30 TARGET.CAPABILITY = ALL -TCB |
|
31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
32 |
|
33 BLD_INF_RULES.prj_exports += "rom/videoservicestestapp.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videoservicestestapp.iby)" |
|
34 } |