1 # |
1 # |
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 # All rights reserved. |
3 # All rights reserved. |
4 # This component and the accompanying materials are made available |
4 # This component and the accompanying materials are made available |
5 # under the terms of "Eclipse Public License v1.0" |
5 # under the terms of "Eclipse Public License v1.0" |
6 # which accompanies this distribution, and is available |
6 # which accompanies this distribution, and is available |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
51 # Input |
51 # Input |
52 SOURCES += cxuitestbat.cpp \ |
52 SOURCES += cxuitestbat.cpp \ |
53 cxuiautofocusreticule.cpp \ |
53 cxuiautofocusreticule.cpp \ |
54 cxuiprecaptureview.cpp \ |
54 cxuiprecaptureview.cpp \ |
55 cxuivideoprecaptureview.cpp \ |
55 cxuivideoprecaptureview.cpp \ |
56 cxuivideoprecaptureview2.cpp \ |
|
57 cxuistillprecaptureview.cpp \ |
56 cxuistillprecaptureview.cpp \ |
58 cxuistillprecaptureview2.cpp \ |
|
59 cxuipostcaptureview.cpp \ |
57 cxuipostcaptureview.cpp \ |
60 cxuicapturekeyhandler.cpp \ |
58 cxuicapturekeyhandler.cpp \ |
61 cxuiviewmanager.cpp \ |
59 cxuiviewmanager.cpp \ |
62 cxuidocumentloader.cpp \ |
60 cxuidocumentloader.cpp \ |
63 cxuidisplaypropertyhandler.cpp \ |
61 cxuidisplaypropertyhandler.cpp \ |
64 cxuisettingslider.cpp \ |
62 cxuisettingslider.cpp \ |
65 cxuisettingradiobuttonlist.cpp \ |
63 cxuisettingradiobuttonlist.cpp \ |
66 cxuisettingscenemoderadiobuttonlist.cpp \ |
64 cxuisettingscenemoderadiobuttonlist.cpp \ |
67 cxuiscenelabel.cpp \ |
65 cxuiscenelabel.cpp \ |
68 cxuisettingbutton.cpp \ |
|
69 cxuisettingbuttoncontainer.cpp \ |
|
70 cxuiselftimer.cpp \ |
66 cxuiselftimer.cpp \ |
71 cxuierrormanager.cpp \ |
67 cxuierrormanager.cpp \ |
72 cxuistandby.cpp |
68 cxuistandby.cpp |
73 |
69 |
74 HEADERS += cxuitestbat.h \ |
70 HEADERS += cxuitestbat.h \ |
75 cxuiautofocusreticule.h \ |
71 cxuiautofocusreticule.h \ |
76 cxuiprecaptureview.h \ |
72 cxuiprecaptureview.h \ |
77 cxuistillprecaptureview.h \ |
73 cxuistillprecaptureview.h \ |
78 cxuistillprecaptureview2.h \ |
|
79 cxuivideoprecaptureview.h \ |
74 cxuivideoprecaptureview.h \ |
80 cxuivideoprecaptureview2.h \ |
|
81 cxuipostcaptureview.h \ |
75 cxuipostcaptureview.h \ |
82 cxuicapturekeyhandler.h \ |
76 cxuicapturekeyhandler.h \ |
83 cxuiviewmanager.h \ |
77 cxuiviewmanager.h \ |
84 cxuienums.h \ |
78 cxuienums.h \ |
85 cxuidocumentloader.h \ |
79 cxuidocumentloader.h \ |
86 cxuidisplaypropertyhandler.h \ |
80 cxuidisplaypropertyhandler.h \ |
87 cxuisettingbutton.h \ |
|
88 cxuisettingslider.h \ |
81 cxuisettingslider.h \ |
89 cxuisettingradiobuttonlist.h \ |
82 cxuisettingradiobuttonlist.h \ |
90 cxuisettingscenemoderadiobuttonlist.h \ |
83 cxuisettingscenemoderadiobuttonlist.h \ |
91 cxuiscenelabel.h \ |
84 cxuiscenelabel.h \ |
92 cxuisettingbuttoncontainer.h \ |
|
93 cxuiselftimer.h \ |
85 cxuiselftimer.h \ |
94 cxuierrormanager.h \ |
86 cxuierrormanager.h \ |
95 cxuistandby.h \ |
87 cxuistandby.h \ |
96 ../traces/OstTraceDefinitions.h |
88 ../traces/OstTraceDefinitions.h |
97 |
89 |