qt_demoe/comtool/head.h

16 lines
295 B
C
Raw Normal View History

2019-09-29 03:06:55 +00:00
#include <QtCore>
#include <QtGui>
#include <QtNetwork>
2021-09-16 06:48:38 +00:00
#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0))
2019-09-29 03:06:55 +00:00
#include <QtWidgets>
#endif
2021-05-30 07:59:42 +00:00
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
#include <QtCore5Compat>
#endif
2019-09-29 03:06:55 +00:00
#pragma execution_character_set("utf-8")
2021-05-30 07:59:42 +00:00
#include "appconfig.h"
#include "appdata.h"