|
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: FTU wizard provider project file |
|
15 # |
|
16 |
|
17 |
|
18 TEMPLATE = lib |
|
19 CONFIG += hb |
|
20 |
|
21 INCLUDEPATH += ./inc |
|
22 |
|
23 |
|
24 DEFINES += FTUWIZARDPROVIDER_LIB |
|
25 |
|
26 win32 { |
|
27 CONFIG(debug, debug|release) { |
|
28 SUBDIRPART = debug |
|
29 } else { |
|
30 SUBDIRPART = release |
|
31 } |
|
32 DESTDIR = $$PWD/../../../bin/$$SUBDIRPART |
|
33 LIBS += -L$$PWD/../../../bin/debug |
|
34 } |
|
35 |
|
36 DEPENDPATH += ./inc \ |
|
37 ./src |
|
38 |
|
39 INCLUDEPATH += ./inc \ |
|
40 ../../inc |
|
41 |
|
42 LIBS += -lftuwizardmodel |
|
43 |
|
44 QT -= webkit |
|
45 QT += xml |
|
46 |
|
47 symbian { |
|
48 TARGET.UID3 = 0x20026F9B |
|
49 TARGET.CAPABILITY = ALL -TCB |
|
50 TARGET.EPOCALLOWDLLDATA=1 |
|
51 TARGET.EPOCHEAPSIZE = 0x020000 0x1F00000 |
|
52 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
53 LIBS += -lxqsettingsmanager |
|
54 BLD_INF_RULES.prj_exports += \ |
|
55 "conf/ftuwizardprovider.confml APP_LAYER_CONFML(ftuwizardprovider.confml)" \ |
|
56 "conf/ftuwizardprovider_20026F9B.crml APP_LAYER_CRML(ftuwizardprovider_20026F9B.crml)" |
|
57 } |
|
58 |
|
59 include(ftuwizardprovider.pri) |
|
60 |
|
61 #ONLY FOR DEVELOPMENT! REMOVE THIS BEFORE EACH HS_Domain RELEASE! |
|
62 symbian: MMP_RULES += EXPORTUNFROZEN |