KVIrc  4.9.2
DeveloperAPIs
Namespaces | Functions | Variables
KviBuildInfo.h File Reference

Useful functions which returns compilation and runtime info. More...

#include "kvi_settings.h"
#include "kvi_sourcesdate.h"
#include <QString>

Go to the source code of this file.

Namespaces

 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. More...
 
QString KviBuildInfo::buildCompiler ()
 Returns a description of the compiler. More...
 
QString KviBuildInfo::buildCompilerFlags ()
 Returns a description of the compiler flags. More...
 
QString KviBuildInfo::buildCPU ()
 Returns a description of the CPU. More...
 
QString KviBuildInfo::buildDate ()
 Retrieve the latest kvilib/kvirc build date. More...
 
QString KviBuildInfo::buildFlags ()
 Returns the build flags. More...
 
QString KviBuildInfo::buildRevision ()
 Returns the Git revision number of the local repository. More...
 
QString KviBuildInfo::buildSourcesDate ()
 Returns the date tag applied to the currently compiled Git sources. More...
 
QString KviBuildInfo::buildSystem ()
 Returns a description of the system. More...
 
QString KviBuildInfo::buildSystemName ()
 Returns the name part of the system. More...
 
QString KviBuildInfo::buildSystemVersion ()
 Returns the version part of the system. More...
 
QString KviBuildInfo::features ()
 Returns the list of features compiled in the KVIrc executable. More...
 
QString KviBuildInfo::qtVersion ()
 Returns the Qt version used to build the KVIrc executable. More...
 

Variables

KVILIB_API const char * feature_array []
 

Detailed Description

Useful functions which returns compilation and runtime info.

Author
Szymon Stefanek

Variable Documentation

KVILIB_API const char* feature_array[]