|
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 include(../../camerax.pri) |
|
18 |
|
19 TEMPLATE = app |
|
20 TARGET = cxuitestbat |
|
21 TARGET.UID3 = 0xE0115615 |
|
22 TARGET.EPOCHEAPSIZE = 0x020000 \ |
|
23 0x1000000 |
|
24 DEPENDPATH += . |
|
25 |
|
26 VPATH += ../src \ |
|
27 ../inc |
|
28 |
|
29 INCLUDEPATH += . \ |
|
30 ../../cxengine/inc/api \ |
|
31 ../../cxengine/inc \ |
|
32 ../inc \ |
|
33 ./cxui \ |
|
34 ../traces |
|
35 |
|
36 QT += testlib |
|
37 CONFIG += qtestlib hb symbian_test |
|
38 HB += hbcore hbwidgets hbtools hbfeedback hbutils |
|
39 |
|
40 LIBS += -lcxengine \ |
|
41 -lcommonui \ |
|
42 -lapmime \ |
|
43 -lws32 \ |
|
44 -lbitgdi \ |
|
45 -lfbscli \ |
|
46 -lxqsettingsmanager \ |
|
47 -lxqutils |
|
48 |
|
49 TARGET.CAPABILITY = ALL -TCB -DRM |
|
50 |
|
51 # Input |
|
52 SOURCES += cxuitestbat.cpp \ |
|
53 cxuiautofocusreticule.cpp \ |
|
54 cxuiprecaptureview.cpp \ |
|
55 cxuivideoprecaptureview.cpp \ |
|
56 cxuivideoprecaptureview2.cpp \ |
|
57 cxuistillprecaptureview.cpp \ |
|
58 cxuistillprecaptureview2.cpp \ |
|
59 cxuipostcaptureview.cpp \ |
|
60 cxuicapturekeyhandler.cpp \ |
|
61 cxuiviewmanager.cpp \ |
|
62 cxuidocumentloader.cpp \ |
|
63 cxuidisplaypropertyhandler.cpp \ |
|
64 cxuisettingslider.cpp \ |
|
65 cxuisettingradiobuttonlist.cpp \ |
|
66 cxuisettingscenemoderadiobuttonlist.cpp \ |
|
67 cxuiscenelabel.cpp \ |
|
68 cxuisettingbutton.cpp \ |
|
69 cxuisettingbuttoncontainer.cpp \ |
|
70 cxuiselftimer.cpp \ |
|
71 cxuierrormanager.cpp \ |
|
72 cxuistandby.cpp |
|
73 |
|
74 HEADERS += cxuitestbat.h \ |
|
75 cxuiautofocusreticule.h \ |
|
76 cxuiprecaptureview.h \ |
|
77 cxuistillprecaptureview.h \ |
|
78 cxuistillprecaptureview2.h \ |
|
79 cxuivideoprecaptureview.h \ |
|
80 cxuivideoprecaptureview2.h \ |
|
81 cxuipostcaptureview.h \ |
|
82 cxuicapturekeyhandler.h \ |
|
83 cxuiviewmanager.h \ |
|
84 cxuienums.h \ |
|
85 cxuidocumentloader.h \ |
|
86 cxuidisplaypropertyhandler.h \ |
|
87 cxuisettingbutton.h \ |
|
88 cxuisettingslider.h \ |
|
89 cxuisettingradiobuttonlist.h \ |
|
90 cxuisettingscenemoderadiobuttonlist.h \ |
|
91 cxuiscenelabel.h \ |
|
92 cxuisettingbuttoncontainer.h \ |
|
93 cxuiselftimer.h \ |
|
94 cxuierrormanager.h \ |
|
95 cxuistandby.h \ |
|
96 ../traces/OstTraceDefinitions.h |
|
97 |
|
98 RESOURCES += ../cxui.qrc |
|
99 |
|
100 symbian { |
|
101 RSS_RULES = "group_name=\"Qt Camera\";" |
|
102 } |