qt_demoe/comtool/head.h

12 lines
197 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-04-13 01:36:22 +00:00
#include "appconfig.h"
2019-09-29 03:06:55 +00:00
#pragma execution_character_set("utf-8")