mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-05 12:33:48 +01:00
7 lines
175 B
C
7 lines
175 B
C
#ifndef BUILDDATETIMEQT_H
|
|
#define BUILDDATETIMEQT_H
|
|
|
|
#include <QString>
|
|
const QString BUILD_DATE_TIME_QT = QStringLiteral(__DATE__ " " __TIME__);
|
|
|
|
#endif // BUILDDATETIMEQT_H
|