1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix example

This commit is contained in:
Elias Steurer 2017-05-20 20:29:18 +02:00
parent 911df26115
commit 74b9a73657

View File

@ -11,5 +11,5 @@
# Release
- 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**
- 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!