From 7d68ae47dd597a3b6d35c7fcd96915972d06eb31 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 31 Mar 2014 01:36:26 +0000 Subject: [PATCH] I thought this file would allow qmake builds to coexist with CMake builds. But it messes up the CMake dependencies so it has to go. I need to find a better way of both generating svnversion.h in CMake and not generating it in qmake builds. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3969 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- svnversion.h | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 svnversion.h diff --git a/svnversion.h b/svnversion.h deleted file mode 100644 index c68c6b102..000000000 --- a/svnversion.h +++ /dev/null @@ -1,2 +0,0 @@ -/* empty file for qmake compatibility with CMake which generates one - of these in the build tree that gets picked up in preference */