securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro
changeset 26 9abfd4f00d37
parent 22 093cf0757204
child 27 9660a5eb236f
--- a/securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro	Thu May 13 22:51:27 2010 +0300
+++ b/securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro	Mon May 24 20:32:47 2010 +0300
@@ -15,44 +15,45 @@
 #   QT EAP plugin information handling component
 #
 
-# %version: 1 %
+# %version: 9 %
 
 
 TEMPLATE            = lib
 TARGET              = eapqtplugininfo
-TARGET.CAPABILITY   = CAP_GENERAL_DLL
+
 DEFINES             += BUILD_EAP_QT_PLUGIN_INFO_DLL
 DEPENDPATH          += . 
 
-# Store generated files to their own directories
-MOC_DIR     = _moc
-RCC_DIR     = _rcc
-OBJECTS_DIR = _objects
+# Storage for generated files
+MOC_DIR     = _build
+RCC_DIR     = _build
+OBJECTS_DIR = _build
 
-# hb config needed when hb classes are used
+# hb config
 CONFIG += hb
 
-INCLUDEPATH += \
-	../../inc \
-    $$MW_LAYER_SYSTEMINCLUDE
+# path to def files
+defFilePath = .
+
+INCLUDEPATH +=
     
-HEADERS += 
+HEADERS += inc
 
 SOURCES += \
     src/eapqtplugininfo.cpp \
-    src/eapqtpluginhandle.cpp
-    
-defFilePath = ..
+    src/eapqtplugininfo_p.cpp \
+    src/eapqtexpandedeaptype.cpp \
+    src/eapqtexpandedeaptype_p.cpp \
+    src/eapqtpluginhandle.cpp \
+    src/eapqtpluginhandle_p.cpp
 
 symbian { 
-    # no Symbian only headers
-    HEADERS += 
     
-    # no Symbian only sources
-    SOURCES += 
-    
-    # add needed Symbian libs here
-    LIBS +=
+    # symbian libs
+    LIBS += \
+        -leapsymbiantools \
+        -leaptools \
+        -leaptrace
     
     TARGET.UID3 = 0x2002C2FD
     TARGET.EPOCALLOWDLLDATA = 1
@@ -60,9 +61,7 @@
     TARGET.CAPABILITY = CAP_GENERAL_DLL
     
     # exports not frozen yet
-    # MMP_RULES += EXPORTUNFROZEN
-    BLD_INF_RULES.prj_exports += \
-        "$${LITERAL_HASH}include <platform_paths.hrh>"
+    MMP_RULES += EXPORTUNFROZEN
         
     BLD_INF_RULES.prj_exports += \ 
   		"rom/eapqtplugininfo.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtplugininfo.iby)"