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"