From f5eb713ec8a97d829e3eb970c127b72ff928866b Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 13 Apr 2014 17:56:53 +0000 Subject: [PATCH] Fix dependency issue in CMake build. Fixing revsion lookup issues is painfully public since one has to commit a change to test it. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4018 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 5 ++--- about.cpp | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5be358e2d..ee67a7c0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -648,11 +648,10 @@ add_custom_target (revisiontag COMMENT "Generating Subversion revision information" VERBATIM ) -# explicitly say that the executable depends on custom target, this is +# explicitly say that the wsjt_qt depends on custom target, this is # done indirectly so that the revisiontag target gets built exactly # once per build -add_dependencies(jt9 revisiontag) -add_dependencies(wsjtx revisiontag) +add_dependencies(wsjt_qt revisiontag) # diff --git a/about.cpp b/about.cpp index 789290d91..e69596f51 100644 --- a/about.cpp +++ b/about.cpp @@ -1,7 +1,5 @@ #include "about.h" -#include "svnversion.h" - #include "ui_about.h" #include "moc_about.cpp"