Skip to content
Snippets Groups Projects
Commit c8c9e4a8 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 38839298 d69c0a6b
No related branches found
No related tags found
No related merge requests found
client-android @ 6c8b6d52
Subproject commit 120c0c0aa458add53947d7ca9b9d5f27cacdf474
Subproject commit 6c8b6d526f1452ec78064f26c565d42164325d2e
client-gnome @ b55bd2a6
Subproject commit b34e0954528305725e419103b63bf3d76fdf0ef3
Subproject commit b55bd2a6ebbd9854786fce245e725193323bac74
daemon @ 747a6368
Subproject commit 79ee4a52bbffddf39d0ea1f98fa29c8844ddb517
Subproject commit 747a6368d995c456486fecfbf08d816917600d42
......@@ -29,7 +29,6 @@ def build_lrc(parsed_args):
def build_client(parsed_args):
os.chdir('./client-qt')
execute_cmd('pandoc -f markdown -t html5 -o changelog.html changelog.md', True)
execute_cmd('python make-client.py -d')
execute_cmd('python make-client.py -b ' + '-t ' +
parsed_args.toolset + ' -s ' + parsed_args.sdk + ' -q ' + parsed_args.qtver)
......
......@@ -138,7 +138,6 @@ mkdir -p "${BUILDDIR}"
cd "${BUILDDIR}"
if [ "${client}" = "client-qt" ]; then
echo building client-qt using Qt ${qt5ver}
pandoc -f markdown -t html5 -o ../changelog.html ../changelog.md
if ! command -v qmake &> /dev/null; then
eval ${qt5path}/bin/qmake PREFIX="${INSTALL}/${client}" ..
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment