KVIrc 5.2.4
Developer APIs
Namespaces | Functions | Variables
KviBuildInfo.cpp File Reference
#include "KviBuildInfo.h"
#include "kvi_sourcesdate.h"
#include "kvi_sysbuildinfo.h"
#include <QString>
#include <QStringList>

Namespaces

namespace  KviBuildInfo
 This namespace contains information gathered at KVIrc build time.
 

Functions

QString KviBuildInfo::buildCommand ()
 Returns the build command used by cmake to create the KVIrc executable.
 
QString KviBuildInfo::buildCompiler ()
 Returns a description of the compiler.
 
QString KviBuildInfo::buildCompilerFlags ()
 Returns a description of the compiler flags.
 
QString KviBuildInfo::buildCPU ()
 Returns a description of the CPU.
 
QString KviBuildInfo::buildDate ()
 Retrieve the latest kvilib/kvirc build date.
 
QString KviBuildInfo::buildFlags ()
 Returns the build flags.
 
QString KviBuildInfo::buildRevision ()
 Returns the Git revision number of the local repository.
 
QString KviBuildInfo::buildSourcesDate ()
 Returns the date tag applied to the currently compiled Git sources.
 
QString KviBuildInfo::buildSystemName ()
 Returns the name part of the system.
 
const char * KviBuildInfo::buildType ()
 Returns the type of build.
 
QString KviBuildInfo::features ()
 Returns the list of features compiled in the KVIrc executable.
 
QString KviBuildInfo::qtVersion ()
 Returns the Qt version used to build the KVIrc executable.
 

Variables

const QStringList feature_list
 

Variable Documentation

◆ feature_list

const QStringList feature_list