X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=config.h.in;h=6101749b30c2722b43e76c1cdb7978aeec826c86;hp=ea9b0d4ac0aa77fca1633602022a390824042f64;hb=cbd80f64b2637f13020da7ca003fadcb9be8d46f;hpb=075fb4995aaaf521502571d26da62a6923555eff diff --git a/config.h.in b/config.h.in index ea9b0d4a..6101749b 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,6 +20,11 @@ #ifndef _PULSEVIEW_CONFIG_H #define _PULSEVIEW_CONFIG_H +/* Application details */ +#define PV_TITLE "@PV_TITLE@" +#define PV_DESCRIPTION "@PV_DESCRIPTION@" +#define PV_BIN_NAME "@PROJECT_NAME@" + /* Pulseview version information */ #define PV_VERSION_MAJOR @PV_VERSION_MAJOR@ #define PV_VERSION_MINOR @PV_VERSION_MINOR@