wizardproviders/ftuwizardprovider/ftuwizardprovider.pro
changeset 0 c464cd7e2753
child 2 66c26770985f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wizardproviders/ftuwizardprovider/ftuwizardprovider.pro	Mon Apr 19 14:01:47 2010 +0300
@@ -0,0 +1,62 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:  FTU wizard provider project file
+#
+
+
+TEMPLATE = lib
+CONFIG += hb
+ 
+INCLUDEPATH += ./inc                         
+
+
+DEFINES += FTUWIZARDPROVIDER_LIB
+
+win32 {
+    CONFIG(debug, debug|release) {
+      SUBDIRPART = debug
+    } else {
+      SUBDIRPART = release
+    }
+    DESTDIR = $$PWD/../../../bin/$$SUBDIRPART
+    LIBS += -L$$PWD/../../../bin/debug
+}
+
+DEPENDPATH += ./inc \
+              ./src
+
+INCLUDEPATH += ./inc \
+               ../../inc 
+
+LIBS += -lftuwizardmodel
+
+QT -= webkit
+QT += xml
+
+symbian {
+        TARGET.UID3 = 0x20026F9B
+        TARGET.CAPABILITY = ALL -TCB
+        TARGET.EPOCALLOWDLLDATA=1        
+        TARGET.EPOCHEAPSIZE =  0x020000 0x1F00000
+        INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
+        LIBS += -lxqsettingsmanager
+	BLD_INF_RULES.prj_exports += \
+		"conf/ftuwizardprovider.confml	APP_LAYER_CONFML(ftuwizardprovider.confml)" \
+		"conf/ftuwizardprovider_20026F9B.crml     APP_LAYER_CRML(ftuwizardprovider_20026F9B.crml)" 
+}
+
+include(ftuwizardprovider.pri)
+
+#ONLY FOR DEVELOPMENT! REMOVE THIS BEFORE EACH HS_Domain RELEASE!
+symbian: MMP_RULES += EXPORTUNFROZEN