mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Fix travis / appveyor CI builds.
This commit is contained in:
parent
b8d1b8d6c1
commit
74e46f7b80
3 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,7 @@ SET LIB_DIR=%BUILD_DIR%\Libraries
|
|||
SET SRC_DIR=%BUILD_DIR%\tdesktop
|
||||
SET QT_VERSION=5_6_2
|
||||
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvarsall.bat" x86
|
||||
|
||||
call:configureBuild
|
||||
call:getDependencies
|
||||
|
|
|
@ -542,6 +542,11 @@ buildCustomQt() {
|
|||
git apply "$QT_PATCH"
|
||||
cd ..
|
||||
|
||||
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
|
||||
cd ../../../..
|
||||
|
||||
./configure -prefix $QT_PATH -release -opensource -confirm-license -qt-zlib \
|
||||
-qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb \
|
||||
-qt-xkbcommon-x11 -no-opengl -no-gtkstyle -static \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
image: Visual Studio 2015
|
||||
image: Visual Studio 2017
|
||||
clone_folder: C:\TBuild\tdesktop
|
||||
test: off
|
||||
deploy: off
|
||||
|
|
Loading…
Add table
Reference in a new issue