YIO-Remote / remote-software

💎 YIO Remote Software repository
GNU General Public License v3.0
164 stars 21 forks source link

Qt project configuration: restructure output settings #324

Closed zehnm closed 4 years ago

zehnm commented 4 years ago

To improve the build process and simplify project setup the build artefacts and binary output must be separated by architecture, compiler and build type (debug / release).
This is also a pre-requisite for the remote-os Docker build image with mapped project folders from the host. Otherwise different binary files will be mixed in the output if used on macOS or Windows. See related issue: https://github.com/YIO-Remote/remote-os/issues/21

Goals:

Example:

Project-structure
zehnm commented 4 years ago

Implemented in feature branches project-setup in remote-software and all integration plugins. Needs further testing before PR.

zehnm commented 4 years ago

Closing issue: PR merged in dev branch