On Mon, Feb 02, 2015 at 04:52:35PM +0100, Patrick Valsecchi wrote: > > Subject: [PATCH] Fixed CMakeLists.txt to work with Qt5 > > Signed-off-by: Patrick Valsecchi <[email protected]>
Thanks one thing I noticed when trying this - and the people around me learned a new swear word... Usually when I see cmake based projects you create a build directory, cd into that build directory and then call cmake <path to sources> which then creates the necessary files in the build directory. Turns out that our cmake files create the files in the source directory. Umm. Why? I took your changes (since we did this before as well). I'm just wondering if this could be fixed as well, please. /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
