#include #include #include #include #if (QT_VERSION >= QT_VERSION_CHECK(5,0,0)) #include #endif #if (QT_VERSION >= QT_VERSION_CHECK(6,0,0)) #include #endif #ifndef TIMEMS #define TIMEMS qPrintable(QTime::currentTime().toString("HH:mm:ss zzz")) #endif #ifndef TIME #define TIME qPrintable(QTime::currentTime().toString("HH:mm:ss")) #endif #ifndef QDATE #define QDATE qPrintable(QDate::currentDate().toString("yyyy-MM-dd")) #endif #ifndef DATETIME #define DATETIME qPrintable(QDateTime::currentDateTime().toString("yyyy-MM-dd HH:mm:ss")) #endif #pragma execution_character_set("utf-8") #include "appconfig.h"