1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00
Go to file
2018-08-19 15:21:34 +02:00
ScreenPlay Add steam_appid to copy into working dir. This is needed for starting the app without steam 2018-08-18 18:08:34 +02:00
ScreenPlaySDK Add 2018-04-18 18:39:25 +02:00
ScreenPlayWidget Qt qtquickcompiler 2018-07-29 17:56:14 +02:00
ScreenPlayWindow Qt qtquickcompiler 2018-07-29 17:56:14 +02:00
.gitignore Add Windows link to ignore 2018-02-25 18:34:05 +01:00
.gitmodules Add translations subdomule 2018-03-20 14:46:18 +01:00
README.md Update Readme to use MSVC 2018-08-19 15:21:34 +02:00
ScreenPlay.pro Add widget base path, qml and exe widget comparison 2018-03-21 18:59:43 +01:00
WinDeploy.sh Add 2018-04-18 18:39:25 +02:00

Requirements

  • [Download and install Qt 5] (https://www.qt.io/download-qt-installer)
    • Install Maintaince tool
    • Select the following features to install
      • Qt 5.11.1
        • MSVC 2017 64-bit
        • Qt WebEngine
      • Tools
        • Qt Creator 4.x CDB Debugger Support

Optional

  • This is only needed for a standalone Steam release build to run WinDeploy.sh!
  • [Download and install msys2 x86_x64] (http://www.msys2.org/)
    • Start msys2
    • Run: pacman -Syu then restart terminal
    • Run: pacman -Su

Release

  • Change in WinDeploy.sh the paths in Line 3 - 7 according to your setup
  • Run WinDeploy.sh