File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ set -e -o pipefail
66./.travis/build-osx.sh
77
88pwd
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
1313set -x
1414brew 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
1717pwd
1818ls
1919
@@ -24,8 +24,8 @@ export CGO_ENABLED=1
2424export CGO_CFLAGS=" -I/usr/local/opt/libffi/lib/libffi-3.2.1/include"
2525export 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
3030go test -v tests/hello_test.go
3131
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ set -e -o pipefail
66./.travis/build-ubuntu14.sh
77
88pwd
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
1313set -x
14- export LD_LIBRARY_PATH=$PWD /qt510_linux_x64_static
14+ export LD_LIBRARY_PATH=$PWD /qt512_linux_x64_static
1515pwd
1616ls
1717
1818sudo 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
2121go test -v tests/hello_test.go
2222
Original file line number Diff line number Diff 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
4949extract 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
7575extract to $HOME/qtenv/libQt5Inline.so
7676
You can’t perform that action at this time.
0 commit comments