From a4b50d3136e54911a818fa58f71497861fb2cd9d Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Fri, 22 May 2020 21:55:01 +0800 Subject: [PATCH] Minor tweaks of the example project. Improve the build script a bit. Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- examples/QQPlayer-demo/build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/QQPlayer-demo/build.bat b/examples/QQPlayer-demo/build.bat index abed907..b7d0234 100644 --- a/examples/QQPlayer-demo/build.bat +++ b/examples/QQPlayer-demo/build.bat @@ -9,4 +9,5 @@ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin -GNinja .. cmake --build . windeployqt --force --no-translations --no-system-d3d-compiler --no-virtualkeyboard --no-compiler-runtime --no-angle --no-opengl-sw --dir "%~dp0build\bin\qml" --libdir "%~dp0build\bin" --plugindir "%~dp0build\bin\plugins" --qmldir "%~dp0resources\qml" "%~dp0build\bin\QQPlayer.exe" cd /d "%~dp0" +start explorer /select,"%~dp0build\bin\QQPlayer.exe" exit /b