![]() |
KVIrc 5.2.0
Developer APIs
|
Useful functions which returns compilation and runtime info. More...
Go to the source code of this file.
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 | |
KVILIB_API const QStringList | feature_list |
Useful functions which returns compilation and runtime info.
|
extern |
Referenced by KviBuildInfo::features(), and KviKvsCoreFunctions::KVSCF().