Clone nimf plugin in Travis Qt build.

This commit is contained in:
John Preston 2018-12-10 18:35:27 +04:00
parent fa3117e41e
commit ffbd488e93

View file

@ -17,7 +17,7 @@ XKB_PATH="$BUILD/libxkbcommon"
XKB_CACHE_VERSION="3" XKB_CACHE_VERSION="3"
QT_PATH="$BUILD/qt" QT_PATH="$BUILD/qt"
QT_CACHE_VERSION="3" QT_CACHE_VERSION="4"
QT_PATCH="$UPSTREAM/Telegram/Patches/qtbase_${QT_VERSION//\./_}.diff" QT_PATCH="$UPSTREAM/Telegram/Patches/qtbase_${QT_VERSION//\./_}.diff"
BREAKPAD_PATH="$BUILD/breakpad" BREAKPAD_PATH="$BUILD/breakpad"
@ -604,6 +604,7 @@ buildCustomQt() {
cd "$EXTERNAL/qt${QT_VERSION}/qtbase/src/plugins/platforminputcontexts" cd "$EXTERNAL/qt${QT_VERSION}/qtbase/src/plugins/platforminputcontexts"
git clone https://github.com/telegramdesktop/fcitx.git git clone https://github.com/telegramdesktop/fcitx.git
git clone https://github.com/telegramdesktop/hime.git git clone https://github.com/telegramdesktop/hime.git
git clone https://github.com/telegramdesktop/nimf.git
cd ../../../.. cd ../../../..
./configure -prefix $QT_PATH -release -opensource -confirm-license -qt-zlib \ ./configure -prefix $QT_PATH -release -opensource -confirm-license -qt-zlib \