1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
// ****************************************************************************
// Project: GUYMAGER
// ****************************************************************************
// Programmer: Guy Voncken
// Police Grand-Ducale
// Service de Police Judiciaire
// Section Nouvelles Technologies
// ****************************************************************************
// This external constant allows other modules to access the compilation
// timestamp. The constant itself is instantiated in compileinfo.cpp which is
// generated automatically when calling make.
// See .pro file as well.
// ****************************************************************************
extern const char *pCompileInfoTimestamp;
extern const char *pCompileInfoVersion;
|