emailuis/nmindicatorplugin/nmindicatorplugin.pro
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
child 30 759dc5235cdb
--- a/emailuis/nmindicatorplugin/nmindicatorplugin.pro	Mon May 03 12:23:15 2010 +0300
+++ b/emailuis/nmindicatorplugin/nmindicatorplugin.pro	Fri May 14 15:41:10 2010 +0300
@@ -21,20 +21,15 @@
 
 MOC_DIR = moc
 
-INCLUDEPATH += .
 DEPENDPATH += .
 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
-INCLUDEPATH += ../../../../inc
-INCLUDEPATH += ../../emailservices/nmailbase/inc
+INCLUDEPATH += ../../inc
 
 HEADERS += inc/nmindicatorplugin.h \
            inc/nmindicator.h
 SOURCES += src/nmindicatorplugin.cpp \
            src/nmindicator.cpp
 
-LIBS += -leuser
-LIBS += -llibc
-
 symbian {
     TARGET.EPOCALLOWDLLDATA=1
     TARGET.CAPABILITY = ALL -TCB
@@ -43,6 +38,9 @@
     pluginstub.sources = nmindicatorplugin.dll
     pluginstub.path = /resource/plugins/indicators
     DEPLOYMENT += pluginstub
+
+    LIBS += -leuser
+    LIBS += -llibc
     LIBS += -lxqservice
 }