File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ install:
15
15
fi
16
16
- cd ./src && ./configure && cd ./../
17
17
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
18
- source /opt/qt56 /bin/qt56 -env.sh
18
+ source /opt/qt57 /bin/qt57 -env.sh
19
19
;
20
20
fi
21
21
- qmake -v
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.9.0.{build}
3
3
clone_depth : 5
4
4
install :
5
5
- git submodule update --init --recursive
6
- - set QTDIR=C:\Qt\5.6 \msvc2015
6
+ - set QTDIR=C:\Qt\5.7 \msvc2015
7
7
- set PATH=%QTDIR%\bin;%PATH%
8
8
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
9
9
- nuget install -Version 1.6.0.2 -OutputDirectory ./3rdparty/qredisclient/3rdparty/windows rmt_libssh2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DIR=$(dirname "$(readlink -f "$0")") && RDM_DIR=$DIR/../
12
12
13
13
GetOSVersion
14
14
15
- RDM_QT_VERSION=${RDM_QT_VERSION:- 561 }
15
+ RDM_QT_VERSION=${RDM_QT_VERSION:- 57 }
16
16
17
17
if [ " $1 " == " breakpad" ]; then
18
18
print_title " Build only Breakpad"
You can’t perform that action at this time.
0 commit comments