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