Minor tweaks of the example project.
Improve the build script a bit. Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
3a9dddb9c8
commit
a4b50d3136
|
@ -9,4 +9,5 @@ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin -GNinja ..
|
||||||
cmake --build .
|
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"
|
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"
|
cd /d "%~dp0"
|
||||||
|
start explorer /select,"%~dp0build\bin\QQPlayer.exe"
|
||||||
exit /b
|
exit /b
|
||||||
|
|
Loading…
Reference in New Issue