Skip to content
Snippets Groups Projects
Commit 2accebd6 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

build: use the new py script for copy runtime files on client-qt side

Change-Id: Ide3c5fcc8d261c3a517c07501019166b7dad45c8
parent 3e26f3df
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ def build_client(parsed_args):
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)
execute_cmd('powershell -ExecutionPolicy Unrestricted -File copy-runtime-files.ps1' + ' "Release" ' + '"' + parsed_args.qtver + '"', True)
execute_cmd('python copy-runtime-files.py -m Release -q ' + parsed_args.qtver, True)
def parse_args():
......
......@@ -195,3 +195,6 @@ else
fi
make -j"${proc}"
make_install "${global}" "${priv_install}"
# copy runtime files
python ../copy-runtime-files.py -q ${qt5path}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment