mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix example
This commit is contained in:
parent
911df26115
commit
74b9a73657
@ -11,5 +11,5 @@
|
|||||||
# Release
|
# Release
|
||||||
- Compile QtAV (plus copy the created dlls via QtAV_buildDir/sdk_install.bat) and Screenplay as release version
|
- Compile QtAV (plus copy the created dlls via QtAV_buildDir/sdk_install.bat) and Screenplay as release version
|
||||||
- Auto copy dependencies via windeployqt.exe --release --qmldir **/qml-dir-location** **/exe-location**
|
- Auto copy dependencies via windeployqt.exe --release --qmldir **/qml-dir-location** **/exe-location**
|
||||||
- Example : **C:\msys64\mingw64\bin\windeployqt.exe** --release --qmldir **C:\Users\Eli\Code\Qt\ScreenPlay\qml** **C:\Users\Eli\Code\Qt\build-ScreenPlay-Desktop_Qt_MinGW_w64_64bit_MSYS2-Release**
|
- Example : **"C:\msys64\mingw64\bin\windeployqt.exe"** --release --qmldir **"C:\Users\Eli\Code\Qt\ScreenPlay\qml"** **"C:\Users\Eli\Code\Qt\build-ScreenPlay-Desktop_Qt_MinGW_w64_64bit_MSYS2-Release\release\ScreenPlay.exe"**
|
||||||
- Extra step: Copy ``` zlib1.dll libbz2-1.dll libfreetype-6.dll libgcc_s_seh-1.dll libglib-2.0-0.dll libgraphite2.dll libharfbuzz-0.dll libiconv-2.dll libicudt57.dll libicuin57.dll libicuuc57.dll libintl-8.dll libpcre-1.dll libpcre16-0.dll libpng16-16.dll libpng16-config libpng-config libstdc++-6.dll libwinpthread-1.dll libjpeg-8.dll``` from **C:\msys64\mingw64\bin** into the release folder!
|
- Extra step: Copy ``` zlib1.dll libbz2-1.dll libfreetype-6.dll libgcc_s_seh-1.dll libglib-2.0-0.dll libgraphite2.dll libharfbuzz-0.dll libiconv-2.dll libicudt57.dll libicuin57.dll libicuuc57.dll libintl-8.dll libpcre-1.dll libpcre16-0.dll libpng16-16.dll libpng16-config libpng-config libstdc++-6.dll libwinpthread-1.dll libjpeg-8.dll``` from **C:\msys64\mingw64\bin** into the release folder!
|
Loading…
Reference in New Issue
Block a user