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

Update formatting

This commit is contained in:
Elias Steurer 2017-04-29 11:36:05 +02:00
parent 3d88c97ae4
commit 420e671147

View File

@ -4,8 +4,9 @@
- [Follow these build instructions] (https://github.com/wang-bin/QtAV/wiki/Build-QtAV)
- [Download Windows dependencies] (http://sourceforge.net/projects/qtav/files/depends/QtAV-depends-windows-x86%2Bx64.7z/download)
- After compiling dont forget to copy QtVA via QtAV_buildDir/sdk_install.bat
# Release
- Compile QtAV and Screenplay as release version
- Auto copy dependencies via windeployqt.exe --release --qmldir <qml-dir-location> <exe-location>
- Example : C:\Qt\5.9\mingw53_32\bin\windeployqt.exe --release --qmldir C:\Users\Eli\Code\Qt\ScreenPlay\qml C:\Users\Eli\Code\Qt\build-ScreenPlay-Qt_5_9_mingw-Release\release
- MinGW extra step: Copy C:\Qt\5.9\mingw53_32\bin\libgcc_s_dw2-1.dll into the release folder!
- Compile QtAV and Screenplay as release version
- Auto copy dependencies via windeployqt.exe --release --qmldir <qml-dir-location> <exe-location>
- Example : C:\Qt\5.9\mingw53_32\bin\windeployqt.exe --release --qmldir C:\Users\Eli\Code\Qt\ScreenPlay\qml C:\Users\Eli\Code\Qt\build-ScreenPlay-Qt_5_9_mingw-Release\release
- MinGW extra step: Copy C:\Qt\5.9\mingw53_32\bin\libgcc_s_dw2-1.dll into the release folder!