qt_demoe/netserver/head.h

15 lines
274 B
C
Raw Normal View History

#include <QtCore>
#include <QtGui>
#include <QtNetwork>
2021-09-16 06:48:38 +00:00
#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
#pragma execution_character_set("utf-8")
2021-04-13 01:36:22 +00:00
#include "appconfig.h"