diff -r 2703485a934c -r 685c7418c584 launcher/group/launcher.mmp --- 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 #include +#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