qt_demoe/comtool/head.h

12 lines
191 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
#include "app.h"
#pragma execution_character_set("utf-8")