##// END OF EJS Templates
Added grouped bar series to chart widget test
Added grouped bar series to chart widget test

File last commit:

r1164:9203960160af
r1223:0e5ab3a86184
Show More
piechart.pri
20 lines | 428 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/piesliceitem.cpp \
$$PWD/piechartitem.cpp \
$$PWD/qpieslice.cpp \
$$PWD/qpiemodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/pieslicedata_p.h \
$$PWD/piechartitem_p.h \
$$PWD/piesliceitem_p.h \
$$PWD/qpieseries_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h \
$$PWD/qpiemodelmapper.h