Skip to content

Commit 91aa951

Browse files
Include stable builds of QRobotics
Compiled version: v0.2.0
1 parent 0ef039b commit 91aa951

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+27
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build*/
2+
!build/
23
**/*~
34
**/*.pro.user

build/Mac/QRoboticsCenter.dmg

13.7 MB
Binary file not shown.

build/Unix/QRoboticsCenter

1.48 MB
Binary file not shown.

build/Unix/QRoboticsCenter.sh

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
appname='QRoboticsCenter'
3+
4+
dirname=`dirname $0`
5+
tmp="${dirname#?}"
6+
7+
if [ "${dirname%$tmp}" != "/" ]; then
8+
dirname=$PWD/$dirname
9+
fi
10+
LD_LIBRARY_PATH=$dirname
11+
export LD_LIBRARY_PATH
12+
$dirname/$appname "$@"

build/Unix/libQt5Bluetooth.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5Bluetooth.so.5.5.1

build/Unix/libQt5Bluetooth.so.5.5.1

692 KB
Binary file not shown.

build/Unix/libQt5Concurrent.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5Concurrent.so.5.5.1

build/Unix/libQt5Concurrent.so.5.5.1

23.5 KB
Binary file not shown.

build/Unix/libQt5Core.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5Core.so.5.5.1

build/Unix/libQt5Core.so.5.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5Core.so.5.5.1

build/Unix/libQt5Core.so.5.5.1

5.26 MB
Binary file not shown.

build/Unix/libQt5DBus.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5DBus.so.5.5.1

build/Unix/libQt5DBus.so.5.5.1

496 KB
Binary file not shown.

build/Unix/libQt5Gui.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5Gui.so.5.5.1

build/Unix/libQt5Gui.so.5.5.1

6.05 MB
Binary file not shown.

build/Unix/libQt5Network.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5Network.so.5.5.1

build/Unix/libQt5Network.so.5.5.1

1.35 MB
Binary file not shown.

build/Unix/libQt5SerialPort.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5SerialPort.so.5.5.1

build/Unix/libQt5SerialPort.so.5.5.1

105 KB
Binary file not shown.

build/Unix/libQt5Widgets.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5Widgets.so.5.5.1

build/Unix/libQt5Widgets.so.5.5.1

6.49 MB
Binary file not shown.

build/Unix/libQt5XcbQpa.so.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5XcbQpa.so.5.5.1

build/Unix/libQt5XcbQpa.so.5.5

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libQt5XcbQpa.so.5.5.1

build/Unix/libQt5XcbQpa.so.5.5.1

1.4 MB
Binary file not shown.

build/Unix/libicudata.so.54

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libicudata.so.54.1

build/Unix/libicudata.so.54.1

24.2 MB
Binary file not shown.

build/Unix/libicui18n.so.54

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libicui18n.so.54.1

build/Unix/libicui18n.so.54.1

3.02 MB
Binary file not shown.

build/Unix/libicuuc.so.54

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libicuuc.so.54.1

build/Unix/libicuuc.so.54.1

1.92 MB
Binary file not shown.

build/Unix/platforms/libqlinuxfb.so

288 KB
Binary file not shown.

build/Unix/platforms/libqminimal.so

37.5 KB
Binary file not shown.

build/Unix/platforms/libqoffscreen.so

141 KB
Binary file not shown.

build/Unix/platforms/libqxcb.so

9.8 KB
Binary file not shown.

build/Windows/QRoboticsCenter.exe

1.19 MB
Binary file not shown.

build/Windows/Qt5Bluetooth.dll

229 KB
Binary file not shown.

build/Windows/Qt5Core.dll

5.14 MB
Binary file not shown.

build/Windows/Qt5Gui.dll

5.09 MB
Binary file not shown.

build/Windows/Qt5Network.dll

1.46 MB
Binary file not shown.

build/Windows/Qt5SerialPort.dll

86 KB
Binary file not shown.

build/Windows/Qt5Widgets.dll

6.24 MB
Binary file not shown.

build/Windows/libEGL.dll

20.5 KB
Binary file not shown.

build/Windows/libgcc_s_dw2-1.dll

117 KB
Binary file not shown.

build/Windows/libstdc++-6.dll

1000 KB
Binary file not shown.

build/Windows/libwinpthread-1.dll

48 KB
Binary file not shown.

build/Windows/platforms/qminimal.dll

31 KB
Binary file not shown.

build/Windows/platforms/qminimald.dll

1.06 MB
Binary file not shown.
654 KB
Binary file not shown.
4.74 MB
Binary file not shown.

build/Windows/platforms/qwindows.dll

1.35 MB
Binary file not shown.

build/Windows/platforms/qwindowsd.dll

19.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)