qt_demoe/comtool/head.h

15 lines
273 B
C
Raw Normal View History

2019-09-29 03:06:55 +00:00
#include <QtCore>
#include <QtGui>
#include <QtNetwork>
#if (QT_VERSION > QT_VERSION_CHECK(5,0,0))
#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"