##// END OF EJS Templates
Started PySide2 migration, builds with CMake and produces a working binary...
Started PySide2 migration, builds with CMake and produces a working binary Need to port all previous stuff from Pybind11 to PySide2/shboken Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1477:70de8bd3d575
r1477:70de8bd3d575
Show More
bindings.h
12 lines | 340 B | text/x-c | CLexer
#ifndef SCIQLOP_BINDINGS_H
#define SCIQLOP_BINDINGS_H
#define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a)))
#include "../include/MainWindow.h"
#include "PyDataProvider.h"
#include "numpy_wrappers.h"
#include <Data/IDataProvider.h>
#include <Data/ScalarTimeSerie.h>
#include <SqpApplication.h>
#endif // SCIQLOP_BINDINGS_H