Closed lighterowl closed 4 years ago
I'll get on this soon
I am adding qttools5-dev for Linux now. For the issues with Mac - I may have a solution.
With osxcross although we have Mac versions of Qt tools installed we are actually using the Linux versions - see moc, rcc and uic being replaced in the Dockerfile. So we may be able to copy the binaries and CMake configuration files for Linux to the Mac folders and it can work.
I've tested with your branch and can build it successfully with this commit: https://github.com/justdan96/tsmuxer_build/commit/a9d86cbd2e53bcd42ade1ff71553f90e7bf81b8d
@justdan96 Still in 'To do' in 2.7.0 automation ?
Thanks for letting me know, I'll move it across
It is impossible to use the
LinguistTools
CMake module under Linux :and Mac OS X:
The issue on Linux can be solved by installing
qttools5-dev
, but I have no idea what to do about the Mac environment.