##// END OF EJS Templates
BoxPlot type and a friend...
BoxPlot type and a friend Change-Id: I6965009a5d150870901d8dd9d53fcd3ba5346015 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r938:43d9ec405aa3
r2472:15b722b37660
Show More
areachart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Adds area chart...
r421 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/areachartitem.cpp \
$$PWD/qareaseries.cpp
PRIVATE_HEADERS += \
$$PWD/areachartitem_p.h \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/qareaseries_p.h
Michal Klocek
Adds area chart...
r421
PUBLIC_HEADERS += \
$$PWD/qareaseries.h