##// END OF EJS Templates
combined clicked and rightclicked events of legend to one event with parameter
combined clicked and rightclicked events of legend to one event with parameter

File last commit:

r437:8d9e377a1065
r567:17f0257049a1
Show More
piechart.pri
16 lines | 304 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/pieslice.cpp \
$$PWD/piepresenter.cpp \
$$PWD/qpieslice.cpp
PRIVATE_HEADERS += \
$$PWD/piepresenter_p.h \
$$PWD/pieslice_p.h \
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h