##// END OF EJS Templates
Inner pie (donut) size cannot be smaller than the outer pie size
Inner pie (donut) size cannot be smaller than the outer pie size

File last commit:

r1256:b3d46b8e0cda
r1741:5e93b5bfe418
Show More
xychart.pri
21 lines | 446 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/xychart.cpp \
$$PWD/qxyseries.cpp \
$$PWD/qxymodelmapper.cpp \
$$PWD/qvxymodelmapper.cpp \
$$PWD/qhxymodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/xychart_p.h \
$$PWD/qxyseries_p.h \
$$PWD/qxymodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qxyseries.h \
$$PWD/qxymodelmapper.h \
$$PWD/qvxymodelmapper.h \
$$PWD/qhxymodelmapper.h