launcher/group/launcher.mmp
branchRCL_3
changeset 5 685c7418c584
parent 0 d6fe6244b863
--- a/launcher/group/launcher.mmp	Fri Feb 19 22:51:38 2010 +0200
+++ b/launcher/group/launcher.mmp	Fri Mar 12 15:42:49 2010 +0200
@@ -18,6 +18,7 @@
 
 #include <data_caging_paths.hrh>
 #include <platform_paths.hrh>
+#include "../symbian_version.hrh"
 
 
 TARGET            Launcher.exe
@@ -76,7 +77,6 @@
 LIBRARY           eikcoctl.lib
 LIBRARY           eikctl.lib
 LIBRARY           aknnotify.lib 
-LIBRARY           sendui.lib 
 LIBRARY           egul.lib
 LIBRARY           aknicon.lib
 LIBRARY           flogger.lib
@@ -88,5 +88,8 @@
 LIBRARY 	      xmlframework.lib
 LIBRARY           charconv.lib
 LIBRARY           commondialogs.lib
+#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
+LIBRARY           sendui.lib 
+#endif
 
 // End of File