boxplotchart.pri
27 lines
| 658 B
| text/plain
|
TextLexer
Mika Salmela
|
r2548 | INCLUDEPATH += $$PWD | ||
DEPENDPATH += $$PWD | ||||
SOURCES += \ | ||||
$$PWD/boxplotchartitem.cpp \ | ||||
$$PWD/qboxplotseries.cpp \ | ||||
$$PWD/boxwhiskers.cpp \ | ||||
$$PWD/qboxset.cpp \ | ||||
$$PWD/qboxplotmodelmapper.cpp \ | ||||
Volker Krause
|
r2873 | $$PWD/qhboxplotmodelmapper.cpp \ | ||
Mika Salmela
|
r2548 | $$PWD/qvboxplotmodelmapper.cpp | ||
PRIVATE_HEADERS += \ | ||||
$$PWD/boxplotchartitem_p.h \ | ||||
$$PWD/qboxplotseries_p.h \ | ||||
$$PWD/boxwhiskers_p.h \ | ||||
$$PWD/boxwhiskersdata_p.h \ | ||||
$$PWD/qboxset_p.h \ | ||||
$$PWD/qboxplotmodelmapper_p.h | ||||
PUBLIC_HEADERS += \ | ||||
$$PWD/qboxplotseries.h \ | ||||
$$PWD/qboxset.h \ | ||||
$$PWD/qboxplotmodelmapper.h \ | ||||
Volker Krause
|
r2873 | $$PWD/qhboxplotmodelmapper.h \ | ||
Mika Salmela
|
r2548 | $$PWD/qvboxplotmodelmapper.h | ||