Again, it wouldn't change *anything* even if we would add Qt project files and/or bundle the sources of the about 10-15 external libraries. These libraries all are independent projects which still need to be built for the target platform using their individual and specific build system (some use autotools, some CMake, some a custom configure script, some a Makefile only, ....). Like for any platform, someone needs to take care of building these libraries individually (that's where MacPorts jumps in) for the target platform. On Linux, we can simply install these libraries. If it wouldn't be for my private PPA with cross-compiled MinGW packages, building LMMS for Windows would be a mess too.
Once the deps on the target platform are available, building LMMS with CMake is absolutely no problem (you can even generate program bundles using CPack). Toby ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
