##// END OF EJS Templates
barseries api change proposal (as TODOs). Support for positioning of bars to x-axis.
barseries api change proposal (as TODOs). Support for positioning of bars to x-axis.

File last commit:

r957:775befb8fe0b
r1159:eb9b7c9d2f78
Show More
legend.pri
14 lines | 265 B | text/plain | TextLexer
Michal Klocek
Moves legend src to subdirectory
r957 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
$$PWD/legendmarker.cpp
PRIVATE_HEADERS += \
$$PWD/legendmarker_p.h \
$$PWD/legendscroller_p.h \
$$PWD/qlegend_p.h
PUBLIC_HEADERS += \
$$PWD/qlegend.h