trebleshot/desktop

Build fails on Linux Ubuntu 16.04 LTS

luav opened this issue · 1 comments

luav commented

Build fails on Linux Ubuntu 16.04 LTS x64 because of several issues:

  • Specified cmake_minimum_required(VERSION 3.8.2) is too high, 3.1.0 is sufficient according to the Qt5 documentation
  • <functional> header is missed in some sources
  • cmake on Linux fetches Qt headers from the system directory instead of the required custom installation, which fails the build
luav commented

Fixed by 93914eb