homescreenapp/runtimeplugins/hsdefaultruntimeplugin/hsdefaultruntimeplugin.pri
changeset 46 23b5d6a29cce
parent 35 f9ce957a272c
child 51 4785f57bf3d4
--- a/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/hsdefaultruntimeplugin.pri	Mon May 03 12:24:59 2010 +0300
+++ b/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/hsdefaultruntimeplugin.pri	Fri May 14 15:43:04 2010 +0300
@@ -14,7 +14,14 @@
 # Description:
 #
 
-HEADERS += ./inc/*.h
-SOURCES += ./src/*.cpp
+HEADERS += ./inc/hsdefaultruntime.h \
+           ./inc/hsdefaultruntimeplugin.h
+SOURCES += ./src/hsdefaultruntime.cpp \
+           ./src/hsdefaultruntimeplugin.cpp
 
-
+symbian: {
+HEADERS += ./inc/hsbackuprestoreobserver.h \
+           ./inc/hsbackuprestoreactivecallback.h
+SOURCES += ./src/hsbackuprestoreobserver.cpp \
+           ./src/hsbackuprestoreactivecallback.cpp
+}