##// END OF EJS Templates
Update Meson build def...
Update Meson build def Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1479:704e0f1deb02
r1480:fb552be9c83a
Show More
bindings.h
14 lines | 407 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 <Data/VectorTimeSerie.h>
#include <Data/DataSeriesType.h>
#include <SqpApplication.h>
#endif // SCIQLOP_BINDINGS_H