Skip to content

Commit 58034ab

Browse files
author
drswinghead
committed
Release v107
1 parent cbe0721 commit 58034ab

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.travis/tests-osx.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ set -e -o pipefail
66
./.travis/build-osx.sh
77

88
pwd
9-
wget https://github.com/kitech/qt.inline/releases/download/v1.0-rc4/qt510_macos_x64_xcode8.3.tar.bz2
9+
wget https://github.com/kitech/qt.inline/releases/download/v5.12.107/qt512_macos_x64_xcode8.3.tar.bz2
1010

11-
tar xvf qt510_macos_x64_xcode8.3.tar.bz2
11+
tar xvf qt512_macos_x64_xcode8.3.tar.bz2
1212

1313
set -x
1414
brew install qt5
1515

16-
export LD_LIBRARY_PATH=$PWD/qt510_macos_x64_xcode8.3:/usr/local/opt/qt/lib
16+
export LD_LIBRARY_PATH=$PWD/qt512_macos_x64_xcode8.3:/usr/local/opt/qt/lib
1717
pwd
1818
ls
1919

@@ -24,8 +24,8 @@ export CGO_ENABLED=1
2424
export CGO_CFLAGS="-I/usr/local/opt/libffi/lib/libffi-3.2.1/include"
2525
export CGO_LDFLAGS="-L/usr/local/opt/libffi/lib"
2626

27-
file $PWD/qt510_macos_x64_xcode8.3/libQt5Inline.dylib
28-
otool -L $PWD/qt510_macos_x64_xcode8.3/libQt5Inline.dylib
27+
file $PWD/qt512_macos_x64_xcode8.3/libQt5Inline.dylib
28+
otool -L $PWD/qt512_macos_x64_xcode8.3/libQt5Inline.dylib
2929

3030
go test -v tests/hello_test.go
3131

.travis/tests-ubuntu14.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ set -e -o pipefail
66
./.travis/build-ubuntu14.sh
77

88
pwd
9-
wget https://github.com/kitech/qt.inline/releases/download/v1.0-rc4/qt510_linux_x64_static.tar.bz2
9+
wget https://github.com/kitech/qt.inline/releases/download/v5.12.107/qt512_linux_x64_static.tar.bz2
1010

11-
tar xvf qt510_linux_x64_static.tar.bz2
11+
tar xvf qt512_linux_x64_static.tar.bz2
1212

1313
set -x
14-
export LD_LIBRARY_PATH=$PWD/qt510_linux_x64_static
14+
export LD_LIBRARY_PATH=$PWD/qt512_linux_x64_static
1515
pwd
1616
ls
1717

1818
sudo apt-get install -y libx11-6 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-present0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcb-cursor0 libxcb-xinerama0
1919

20-
ldd $PWD/qt510_linux_x64_static/libQt5Inline.so
20+
ldd $PWD/qt512_linux_x64_static/libQt5Inline.so
2121
go test -v tests/hello_test.go
2222

install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and make sure gcc is in %path%
1414

1515
##### libffi && dlfcn && Qt5Inline.dll
1616

17-
git clone https://github.com/qtchina/qtenv_win32.git D:/qtenv
17+
git clone https://github.com/qtchina/qt512_qtenv_win32.git D:/qtenv
1818

1919
##### qt.go
2020

@@ -44,7 +44,7 @@ xcode8.3 or xcode 9.3 are fine.
4444

4545
##### Qt5Inline.dylib
4646

47-
wget https://github.com/kitech/qt.inline/releases/download/v1.0-rc4/qt510_macos_x64_xcode9.3.tar.bz2
47+
wget https://github.com/kitech/qt.inline/releases/download/v5.12.107/qt512_macos_x64_xcode9.3.tar.bz2
4848

4949
extract to $HOME/qtenv/libQt5Inline.dylib
5050

@@ -70,7 +70,7 @@ extract to $HOME/qtenv/libQt5Inline.dylib
7070

7171
##### Qt5Inline.so
7272

73-
wget https://github.com/kitech/qt.inline/releases/download/v1.0-rc4/qt510_linux_x64_static.tar.bz2
73+
wget https://github.com/kitech/qt.inline/releases/download/v5.12.107/qt512_linux_x64_static.tar.bz2
7474

7575
extract to $HOME/qtenv/libQt5Inline.so
7676

0 commit comments

Comments
 (0)