Skip to content

Source Project Setup

Dschadu edited this page Apr 18, 2020 · 4 revisions

This project was setup with VS 2019

Download or clone the source from a git client of your choice

Boost

Manually

Qt

Qt VS Tools

  • Open Visual Studio 2019
  • Go to the menu Extensions and click Manage Extensions
  • Click "Online" in the left tab
  • In the search box in the upper right type in "Qt"
  • Find "Qt Visual Studio Tools" in the results and click the download button
  • Close Visual Studio

Setup Solution

  • Open 'VRMotionCompensation.sln' with Visual Studio 2019
  • Menu-bar: Extensions -> Qt VS Tools -> Qt Options -> Make sure that the Default Qt/Win version is msvc2017_64 and that it points to your install dir. If not, select the wrong entry, Click Delete. Then Click Add -> Version name: msvc2017_64, Path: \Qt\5.14.1\msvc2016_64 -> Click ok. Then choose this new entry in the drop down and click "Ok".
  • Go to menu Build and click Build Solution

Scan Qt Dependencies

  • open a command prompt got to <project_root>/client_overlay/bin/
  • run windeployqt.bat
  • ensure there is a qtdata folder and qt dlls in <project_root>/client_overlay/bin/win64/

Create installer

Clone this wiki locally