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 # Initial Contributors: |
|
8 # Nokia Corporation - initial contribution. |
|
9 # Contributors: |
|
10 # Description: |
|
11 |
|
12 |
|
13 TEMPLATE = app |
|
14 CONFIG += hb |
|
15 TARGET = hgwidgettest |
|
16 DEPENDPATH += . |
|
17 INCLUDEPATH += . |
|
18 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE $$APP_LAYER_SYSTEMINCLUDE |
|
19 TARGET.CAPABILITY = All -TCB |
|
20 |
|
21 INCLUDEPATH += /sf/mw/hb/src/hbwidgets/itemviews /sf/mw/hb/src/hbcore/gui |
|
22 |
|
23 symbian { |
|
24 TARGET.EPOCHEAPSIZE = 0x10000 0x2000000 |
|
25 BLD_INF_RULES.prj_exports += "rom/hgwidgettest.iby CORE_APP_LAYER_IBY_EXPORT_PATH(hgwidgettest.iby)" \ |
|
26 "rom/hgwidgettestresource.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(hgwidgettestresource.iby)" |
|
27 } |
|
28 |
|
29 SOURCES += src/main.cpp \ |
|
30 src/hgwidgettestdatamodel.cpp \ |
|
31 src/hgwidgettestalbumartmanager.cpp \ |
|
32 src/hgwidgettestview.cpp \ |
|
33 src/hgtestview.cpp \ |
|
34 src/hgselectiondialog.cpp \ |
|
35 src/hgflipwidget.cpp |
|
36 HEADERS += inc/hgwidgettestdatamodel.h \ |
|
37 inc/hgwidgettestalbumartmanager.h \ |
|
38 inc/hgwidgettestview.h \ |
|
39 inc/hgtestview.h \ |
|
40 inc/hgselectiondialog.h \ |
|
41 inc/hgflipwidget.h |
|
42 LIBS += -lganeswidgets.dll \ |
|
43 -lthumbnailmanagerqt.dll |
|
44 |
|
45 RESOURCES += data/hgwidgettest.qrc |
|
46 |