securitysettings/qtconfigutils/eapqtconfiginterface/eapqtconfiginterface.pro
branchRCL_3
changeset 18 bad0cc58d154
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/securitysettings/qtconfigutils/eapqtconfiginterface/eapqtconfiginterface.pro	Tue Aug 31 15:16:37 2010 +0300
@@ -0,0 +1,93 @@
+#
+# Copyright (c) 2010 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: 
+#	EAP method configuration QT interface
+#
+
+# %version: 25 %
+
+
+TEMPLATE            = lib
+TARGET              = eapqtconfiginterface
+
+# to export the public class
+DEFINES             += BUILD_EAP_QT_CONFIG_INTERFACE_DLL
+DEPENDPATH          += . 
+
+# for using hb classes
+CONFIG += hb
+
+# translations
+TRANSLATIONS = cpeapuiplugins.ts
+
+# Storage for generated files
+MOC_DIR     = _build
+RCC_DIR     = _build
+OBJECTS_DIR = _build
+
+INCLUDEPATH += \
+    ../../inc
+   
+HEADERS += \
+    inc/eapqtcertificateinfo_p.h \
+    inc/eapqtconfig_p.h \
+    inc/eapqtconfiginterface_p.h \
+    inc/eapqtpacstoreconfig_p.h \
+    inc/eapqtvalidatorpacstorepassword.h \
+    inc/eapqtvalidatorpacstorepasswordconfirm.h \
+    inc/eapqtvalidatorpassword.h \
+    inc/eapqtvalidatorrealm.h \
+    inc/eapqtvalidatorusername.h
+    
+SOURCES += \
+    src/eapqtconfiginterface.cpp \
+    src/eapqtconfiginterface_p.cpp \
+    src/eapqtcertificateinfo.cpp \
+    src/eapqtcertificateinfo_p.cpp \
+    src/eapqtconfig.cpp \
+    src/eapqtconfig_p.cpp \
+    src/eapqtvalidatorpassword.cpp \
+    src/eapqtvalidatorrealm.cpp \
+    src/eapqtvalidatorusername.cpp \
+    src/eapqtpacstoreconfig.cpp \
+    src/eapqtpacstoreconfig_p.cpp \
+    src/eapqtvalidatorpacstorepassword.cpp \
+    src/eapqtvalidatorpacstorepasswordconfirm.cpp
+    
+# qt libs
+LIBS += \
+    -leapqtplugininfo
+    
+symbian { 
+    # path to def files
+    defFilePath = .
+    
+    # symbian libs
+    LIBS += \
+        -leapsymbiantools \
+        -leaptools \
+        -lecom \
+        -lcmmanager
+    
+    TARGET.UID3 = 0x2002C2FC
+    TARGET.EPOCALLOWDLLDATA = 1
+    
+    TARGET.CAPABILITY = CAP_GENERAL_DLL
+                    
+    BLD_INF_RULES.prj_exports += \ 
+  		"rom/eapqtconfiginterface.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface.iby)"
+
+    BLD_INF_RULES.prj_exports += \ 
+  		"rom/eapqtconfiginterface_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface_resources.iby)"
+}