qt_demoe/styledemo/head.h

9 lines
173 B
C
Raw Normal View History

2019-09-29 12:43:40 +00:00
#include <QtCore>
#include <QtGui>
#include <QtNetwork>
2021-05-30 07:59:42 +00:00
#if (QT_VERSION >= QT_VERSION_CHECK(5,0,0))
2019-09-29 12:43:40 +00:00
#include <QtWidgets>
#endif
#pragma execution_character_set("utf-8")