[PATCH] Fixed CMakeLists.txt to work with Qt5

Dirk Hohndel dirk at hohndel.org
Mon Feb 2 08:00:32 PST 2015


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 <patrick at thus.ch>

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


More information about the subsurface mailing list