From 72e6f08c692c0625db5ce377fb478a99660adb0d Mon Sep 17 00:00:00 2001 From: Akshay Deep Date: Mon, 27 Jun 2016 16:15:23 +0530 Subject: GSoC Emoji Control Tab Window Add emoji.json to installation directory Read the JSON data from code Filter emojis according to categories Insert Emoji at cursor position Toolbar control Change-Id: Ia5a577ce41398132872914ebfa499e4d4077d57e Reviewed-on: https://gerrit.libreoffice.org/26700 Tested-by: Jenkins Reviewed-by: Akshay Deep Reviewed-by: Samuel Mehrbrodt --- sfx2/Module_sfx2.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/Module_sfx2.mk') diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk index e13282f0bce6..6566a0a31393 100644 --- a/sfx2/Module_sfx2.mk +++ b/sfx2/Module_sfx2.mk @@ -23,6 +23,7 @@ $(eval $(call gb_Module_add_targets,sfx2,\ CustomTarget_classification \ Library_sfx \ Package_classification \ + Package_emoji \ )) $(eval $(call gb_Module_add_l10n_targets,sfx2,\ -- cgit