|
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 # Initial Contributors: |
|
8 # Nokia Corporation - initial contribution. |
|
9 # Contributors: |
|
10 # Description: |
|
11 |
|
12 symbian:TARGET.UID3 = 0x10207C66 |
|
13 TEMPLATE = lib |
|
14 CONFIG += hb |
|
15 TARGET = ganeswidgets |
|
16 DEFINES += BUILD_HG_WIDGETS |
|
17 TARGET.CAPABILITY = All \ |
|
18 -TCB |
|
19 DEPENDPATH += . |
|
20 INCLUDEPATH += . \ |
|
21 inc \ |
|
22 $$MW_LAYER_SYSTEMINCLUDE \ |
|
23 /sf/mw/hb/src/hbcore/gui |
|
24 LIBS += -lestor.dll \ |
|
25 -lmpxcommon.dll \ |
|
26 -lhbcore \ |
|
27 -lhbwidgets \ |
|
28 -llibOpenVG.dll \ |
|
29 -llibOpenVGU.dll |
|
30 symbian { |
|
31 TARGET.EPOCALLOWDLLDATA = 1 |
|
32 } |
|
33 |
|
34 # Input |
|
35 SOURCES += src/hgwidgets.cpp \ |
|
36 src/hgwidgets_p.cpp \ |
|
37 src/hgcontainer.cpp \ |
|
38 src/hgwidgetitem.cpp \ |
|
39 src/hgscrollbuffermanager.cpp \ |
|
40 src/hgquad.cpp \ |
|
41 src/hgquadrenderer.cpp \ |
|
42 src/hgvgquadrenderer.cpp \ |
|
43 src/hgvgimage.cpp \ |
|
44 src/hgmediawallrenderer.cpp \ |
|
45 src/hgspring.cpp \ |
|
46 src/hgdrag.cpp \ |
|
47 src/hgimagefader.cpp \ |
|
48 src/hglongpressvisualizer.cpp \ |
|
49 src/hgcoverflowcontainer.cpp \ |
|
50 src/hggridcontainer.cpp \ |
|
51 src/hgindexfeedback.cpp \ |
|
52 src/hgindexfeedback_p.cpp \ |
|
53 src/hggrid.cpp \ |
|
54 src/hggrid_p.cpp \ |
|
55 src/hgmediawall.cpp \ |
|
56 src/hgmediawall_p.cpp |
|
57 HEADERS = inc/trace.h \ |
|
58 ../hgwidgets_plat/ganeswidgets_api/inc/hgwidgets.h \ |
|
59 ../hgwidgets_plat/ganeswidgets_api/inc/hggrid.h \ |
|
60 ../hgwidgets_plat/ganeswidgets_api/inc/hgmediawall.h \ |
|
61 inc/hgwidgets_p.h \ |
|
62 inc/hggrid_p.h \ |
|
63 inc/hgmediawall_p.h \ |
|
64 inc/hgmediawallrenderer.h \ |
|
65 inc/hgcontainer.h \ |
|
66 inc/hgspring.h \ |
|
67 inc/hgdrag.h \ |
|
68 inc/hgscrollbuffermanager.h \ |
|
69 inc/hgimagefader.h \ |
|
70 inc/hglongpressvisualizer.h \ |
|
71 inc/hgcoverflowcontainer.h \ |
|
72 inc/hggridcontainer.h \ |
|
73 inc/hgindexfeedback.h |
|
74 RESOURCES += data/ganeswidgets.qrc |
|
75 |
|
76 |
|
77 include(rom/rom.pri) |
|
78 include(sis/stub.pri) |