Skip to content

Commit

Permalink
[embedlite-components] Add search-engine sub-module. Contributes to J…
Browse files Browse the repository at this point in the history
…B#35139

Local builds done with build.sh will pick the search engines
from the sub-module. However, the search engines are no longer
packaged by the embedlite-components-qt5 to increase flexibility
of the search engine deployment.
  • Loading branch information
rainemak committed May 13, 2016
1 parent e86bc81 commit aeae934
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 140 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "search-engines"]
path = search-engines
url = ssh://git@git.merproject.org:2222/mer-core/embedlite-components-search-engines.git
4 changes: 3 additions & 1 deletion embedlite-components.pro
@@ -1,8 +1,10 @@
TEMPLATE = aux
TEMPLATE = subdirs

SOURCES += touchhelper/*.cpp
HEADERS += touchhelper/*.h

SUBDIRS += search-engines

OTHER_FILES += \
jsscripts/*.js \
jsscripts/*.xml \
Expand Down
6 changes: 0 additions & 6 deletions jsscripts/Makefile.am
Expand Up @@ -7,12 +7,6 @@ jsscripts_manifest_DATA = \
SelectionHandler.js \
Util.js \
ContextMenuHandler.js \
bing.xml \
google.xml \
yahoo.xml \
yandex.xml \
baidu.xml \
duckduckgo.xml \
$(NULL)

sync_engine_manifestdir=$(libdir)/mozembedlite/chrome/embedlite/content/sync
Expand Down
11 changes: 0 additions & 11 deletions jsscripts/baidu.xml

This file was deleted.

21 changes: 0 additions & 21 deletions jsscripts/bing.xml

This file was deleted.

20 changes: 0 additions & 20 deletions jsscripts/duckduckgo.xml

This file was deleted.

24 changes: 0 additions & 24 deletions jsscripts/google.xml

This file was deleted.

12 changes: 0 additions & 12 deletions jsscripts/startpage.xml

This file was deleted.

17 changes: 0 additions & 17 deletions jsscripts/yahoo.xml

This file was deleted.

0 comments on commit aeae934

Please sign in to comment.