From: Uwe Hermann Date: Sat, 13 Oct 2012 13:06:50 +0000 (+0200) Subject: Cosmetics. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=7d297a015d091b15f3bec4aee9d008b83a3d64af Cosmetics. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cea8b74..9510a70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,11 +28,11 @@ project(pulseview) #------------------------------------------------------------------------------- option(ENABLE_TESTS "Enable unit tests" FALSE) -option(STATIC_PKGDEPS_LIBS "Statically link to sigrok libraries" FALSE) +option(STATIC_PKGDEPS_LIBS "Statically link to (pkgconfig) libraries" FALSE) if(WIN32) - # On Windows/MinGW we need to statically link to libraries - # This option is user configurable, but enable it by default on win32 + # On Windows/MinGW we need to statically link to libraries. + # This option is user configurable, but enable it by default on win32. set(STATIC_PKGDEPS_LIBS TRUE) endif() @@ -49,7 +49,7 @@ pkg_check_modules(PKGDEPS REQUIRED # On Windows/MinGW we explicitly point cmake to the Boost directory. if(WIN32) set(BOOST_ROOT /usr/local) -endif(WIN32) +endif() find_package(Qt4 REQUIRED) find_package(Boost 1.46 COMPONENTS unit_test_framework REQUIRED) diff --git a/config.h.in b/config.h.in index 8f49bbf..6101749 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * This file is part of pulseview. + * This file is part of the PulseView project. * * Copyright (C) 2012 Alexandru Gagniuc * @@ -20,7 +20,7 @@ #ifndef _PULSEVIEW_CONFIG_H #define _PULSEVIEW_CONFIG_H -/* Application Details */ +/* Application details */ #define PV_TITLE "@PV_TITLE@" #define PV_DESCRIPTION "@PV_DESCRIPTION@" #define PV_BIN_NAME "@PROJECT_NAME@" diff --git a/extdef.h b/extdef.h index 08dae8e..c2a0f16 100644 --- a/extdef.h +++ b/extdef.h @@ -1,4 +1,6 @@ /* + * This file is part of the PulseView project. + * * Copyright (C) 2012 Joel Holdsworth * * This program is free software; you can redistribute it and/or modify