Re: [CMake] Bundling Qt5 with CMake on Linux

2018-10-08 Thread Michael Jackson
I think we ended up doing a lot of "if Qt version is X and System is Y) then install Z" inside of our CMake codes. We abstracted out the Qt library names so we just make lists of the libraries, plugins and system specific binaries that are needed then the CMake code creates install rules to

[CMake] Bundling Qt5 with CMake on Linux

2018-10-08 Thread Andreas Pakulat
Hi, I'm currently trying to find a good approach to bundling Qt5 with my application on Linux using CMake (and CPack to create tar.gz). It appears this topic isn't covered very well - or I'm using the wrong search keywords. What I have right now is copying the different plugins that are needed