DAWorkbench 0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DAPybind11InQt.h
1#ifndef DAPYBIND11INQT_H
2#define DAPYBIND11INQT_H
3#include "DAPyBindQtGlobal.h"
4
11#undef slots
12#ifndef PY_SSIZE_T_CLEAN
13#define PY_SSIZE_T_CLEAN
14#endif
15#include "pybind11/pybind11.h"
16#include "pybind11/numpy.h"
17#include "pybind11/cast.h"
18#include "pybind11/embed.h"
19#include "pybind11/stl.h"
20#include "pybind11/chrono.h"
21#include "pybind11/operators.h"
22#define slots Q_SLOTS
23
24#endif // DAPYBIND11INQT_H