Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 7e981ea

Browse files
committed
updated docker build
1 parent 2c83716 commit 7e981ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/qdatasyncserver/dockerbuild/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ QT_DEPS="libglib2.0-0 libstdc++6 libpq5 ca-certificates"
55
QT_BUILD_DEPS="libgl1-mesa-dev libpulse-dev g++ make git curl xauth libx11-xcb1 libfontconfig1 libdbus-1-3"
66
INSTALL_DIR=/tmp/qt
77
INSTALLER=$INSTALL_DIR/installer.run
8-
QT_DIR=$INSTALL_DIR/install/5.8/gcc_64
8+
QT_DIR=$INSTALL_DIR/install/5.9/gcc_64
99
DATASYNC_DIR=/opt/qdatasyncserver
1010

1111
# install deps

tools/qdatasyncserver/dockerbuild/qt-installer-script.qs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Controller.prototype.TargetDirectoryPageCallback = function() {
3030
Controller.prototype.ComponentSelectionPageCallback = function() {
3131
var widget = gui.currentPageWidget();
3232
widget.deselectAll();
33-
widget.selectComponent("qt.58.gcc_64");
34-
widget.selectComponent("qt.58.skycoder42.datasync");
33+
widget.selectComponent("qt.59.gcc_64");
34+
widget.selectComponent("qt.59.skycoder42.datasync");
3535
gui.clickButton(buttons.NextButton);
3636
}
3737

0 commit comments

Comments
 (0)