##// END OF EJS Templates
Fix grid animation to do not go out of bound
Fix grid animation to do not go out of bound

File last commit:

r437:8d9e377a1065
r504:142210a64aff
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