Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate a redistributable project with CMake

Tags:

I'm looking for generating a redistributable project for Windows and Linux using CMake as project configuration system and gcc-4.8 / VS2012, plus extra thirdparty libraries like Qt5. How can i create a package with all the needed dependencies and make the project running on other machines, without installing on those machines the required packages (i.e. Qt5 setup)?

EDIT

Googling heavily i've found Qt5 requires some files and i've found this discussion Application deployed with QT5 libraries does not start on Windows 7

which explains the required Qt5 dependencies.