securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 52 c23bdf5a328a
--- a/securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro	Wed Jun 23 18:14:55 2010 +0300
+++ b/securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro	Tue Jul 06 14:18:35 2010 +0300
@@ -2,7 +2,7 @@
 # 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 the License "Eclipse Public License v1.0"
+# 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".
 #
@@ -15,7 +15,7 @@
 #   QT EAP plugin information handling component
 #
 
-# %version: 11 %
+# %version: 14 %
 
 
 TEMPLATE            = lib
@@ -31,14 +31,12 @@
 
 # hb config
 CONFIG += hb
-
-# path to def files
-defFilePath = .
-
-INCLUDEPATH +=
     
-HEADERS += inc
-
+HEADERS += \
+	inc/eapqtexpandedeaptype_p.h \
+	inc/eapqtpluginhandle_p.h \
+	inc/eapqtplugininfo_p.h
+	
 SOURCES += \
     src/eapqtplugininfo.cpp \
     src/eapqtplugininfo_p.cpp \
@@ -48,12 +46,13 @@
     src/eapqtpluginhandle_p.cpp
 
 symbian { 
+    # path to def files
+    defFilePath = .
     
     # symbian libs
     LIBS += \
         -leapsymbiantools \
-        -leaptools \
-        -leaptrace
+        -leaptools
     
     TARGET.UID3 = 0x2002C2FD
     TARGET.EPOCALLOWDLLDATA = 1