From ffbd488e93abf233e5098e9bc497db06583f3993 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 10 Dec 2018 18:35:27 +0400 Subject: [PATCH] Clone nimf plugin in Travis Qt build. --- .travis/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/build.sh b/.travis/build.sh index e2ffcd822..bcb0a85ef 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -17,7 +17,7 @@ XKB_PATH="$BUILD/libxkbcommon" XKB_CACHE_VERSION="3" QT_PATH="$BUILD/qt" -QT_CACHE_VERSION="3" +QT_CACHE_VERSION="4" QT_PATCH="$UPSTREAM/Telegram/Patches/qtbase_${QT_VERSION//\./_}.diff" BREAKPAD_PATH="$BUILD/breakpad" @@ -604,6 +604,7 @@ buildCustomQt() { cd "$EXTERNAL/qt${QT_VERSION}/qtbase/src/plugins/platforminputcontexts" git clone https://github.com/telegramdesktop/fcitx.git git clone https://github.com/telegramdesktop/hime.git + git clone https://github.com/telegramdesktop/nimf.git cd ../../../.. ./configure -prefix $QT_PATH -release -opensource -confirm-license -qt-zlib \