diff -r 093cf0757204 -r 938269283a16 securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro --- a/securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro Fri May 14 15:54:13 2010 +0300 +++ b/securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro Fri Jun 11 13:40:22 2010 +0300 @@ -15,55 +15,51 @@ # QT EAP plugin information handling component # -# %version: 1 % +# %version: 11 % 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 TARGET.CAPABILITY = CAP_GENERAL_DLL - - # exports not frozen yet - # MMP_RULES += EXPORTUNFROZEN - BLD_INF_RULES.prj_exports += \ - "$${LITERAL_HASH}include " - + BLD_INF_RULES.prj_exports += \ "rom/eapqtplugininfo.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtplugininfo.iby)" }