2017-10-25 20:57:17 +08:00
|
|
|
#ifndef QQT_H
|
|
|
|
#define QQT_H
|
2016-12-29 16:49:18 +08:00
|
|
|
|
2017-09-17 08:46:57 +08:00
|
|
|
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
|
2017-10-25 20:57:17 +08:00
|
|
|
#include "qqt-local.h"
|
2017-09-17 08:46:57 +08:00
|
|
|
#include "qqt-qt.h"
|
2017-10-25 20:57:17 +08:00
|
|
|
|
2017-09-05 18:07:05 +08:00
|
|
|
#include "qqtcore.h"
|
2017-10-25 20:57:17 +08:00
|
|
|
#include "qqtgui.h"
|
2017-09-05 18:07:05 +08:00
|
|
|
#include "qqtsql.h"
|
|
|
|
#include "qqtnetwork.h"
|
|
|
|
#include "qqtwidgets.h"
|
2017-09-17 08:46:57 +08:00
|
|
|
#include "qqtframe.h"
|
2016-12-29 16:49:18 +08:00
|
|
|
|
2017-10-25 20:57:17 +08:00
|
|
|
#endif // QQT_H
|