#include "qstamp.h"
Go to the source code of this file.
Variables | |
char const | Q_BUILD_DATE [12] = __DATE__ |
the calendar date of the last translation of the form: "Mmm dd yyyy" | |
char const | Q_BUILD_TIME [9] = __TIME__ |
the time of the last translation of the form: "hh:mm:ss" | |
QS time stamp.
This file shall be recompiled in every software build to time-stamp it in order to distinguish that build from any other.
Definition in file qstamp.c.
char const Q_BUILD_DATE[12] = __DATE__ |