##// END OF EJS Templates
Added label to boxset...
Added label to boxset Change-Id: Idbdffa578a9a4e99f6a9cb3aa93b602ea070c75e Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2487:24716061dcee
r2513:aab694c96f4f
Show More
boxplotchart.pri
25 lines | 586 B | text/plain | TextLexer
Mika Salmela
Initial revision of boxplot series handling...
r2461 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/boxplotchartitem.cpp \
$$PWD/qboxplotseries.cpp \
Mika Salmela
Created own boxset class...
r2486 $$PWD/boxwhiskers.cpp \
Mika Salmela
BoxPlot model mapper changes...
r2487 $$PWD/qboxset.cpp \
$$PWD/qboxplotmodelmapper.cpp \
$$PWD/qvboxplotmodelmapper.cpp
Mika Salmela
Initial revision of boxplot series handling...
r2461
PRIVATE_HEADERS += \
$$PWD/boxplotchartitem_p.h \
$$PWD/qboxplotseries_p.h \
$$PWD/boxwhiskers_p.h \
Mika Salmela
Created own boxset class...
r2486 $$PWD/boxwhiskersdata_p.h \
Mika Salmela
BoxPlot model mapper changes...
r2487 $$PWD/qboxset_p.h \
$$PWD/qboxplotmodelmapper_p.h
Mika Salmela
Initial revision of boxplot series handling...
r2461
PUBLIC_HEADERS += \
Mika Salmela
Created own boxset class...
r2486 $$PWD/qboxplotseries.h \
Mika Salmela
BoxPlot model mapper changes...
r2487 $$PWD/qboxset.h \
$$PWD/qboxplotmodelmapper.h \
$$PWD/qvboxplotmodelmapper.h