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". |
12 # Contributors: |
12 # Contributors: |
13 # |
13 # |
14 # Description: |
14 # Description: |
15 # |
15 # |
16 |
16 |
17 |
17 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
18 # Auto-detect path for S60 Qt Mobile extensions |
|
19 exists(/qt/extensions/include) { INCLUDEPATH += /qt/extensions/include } |
|
20 exists(/qtextensions/include) { INCLUDEPATH += /qtextensions/include } |
|
21 exists(/s60/mw/qtextensions/include) { INCLUDEPATH += /s60/mw/qtextensions/include } |
|
22 exists(/sf/mw/qtextensions/include) { INCLUDEPATH += /sf/mw/qtextensions/include } |
|
23 exists(/ext/mw/qtextensions/include) { INCLUDEPATH += /ext/mw/qtextensions/include } |
|
24 exists(/epoc32/include/oem) { INCLUDEPATH += /epoc32/include/oem } |
|
25 exists(/epoc32/include/middleware) { INCLUDEPATH += /epoc32/include/middleware } |
|
26 exists(/epoc32/include/domain/middleware) { INCLUDEPATH += /epoc32/include/domain/middleware } |
|
27 exists(/epoc32/include/osextensions) { INCLUDEPATH += /epoc32/include/osextensions } |
|
28 exists(/epoc32/include/domain/osextensions) { INCLUDEPATH += /epoc32/include/domain/osextensions } |
|
29 exists(/epoc32/include/applications) { INCLUDEPATH += /epoc32/include/applications } |
|
30 exists(/epoc32/include/domain/applications) { INCLUDEPATH += /epoc32/include/domain/applications } |
|
31 exists(/epoc32/include/mw) { INCLUDEPATH += /epoc32/include/mw } |
|
32 exists(/epoc32/include/platform/mw) { INCLUDEPATH += /epoc32/include/platform/mw } |
|
33 exists(/epoc32/include/platform) { INCLUDEPATH += /epoc32/include/platform } |
|
34 exists(/epoc32/include/app) { INCLUDEPATH += /epoc32/include/app } |
|
35 exists(/epoc32/include/platform/app) { INCLUDEPATH += /epoc32/include/platform/app } |
|
36 exists(/epoc32/include/ecam) { INCLUDEPATH += /epoc32/include/ecam } |
|
37 exists(/epoc32/include/mw/QtTest) { INCLUDEPATH += /epoc32/include/mw/QtTest } |
|
38 |
|
39 |
18 |
40 # FORCE_SECONDARY_CAMERA |
19 # FORCE_SECONDARY_CAMERA |
41 # Configuration flag for forcing secondary camera hw to be used also for primary camera ui. |
20 # Configuration flag for forcing secondary camera hw to be used also for primary camera ui. |
42 # To be removed |
21 # To be removed |
43 #DEFINES += FORCE_SECONDARY_CAMERA |
22 #DEFINES += FORCE_SECONDARY_CAMERA |