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