##// END OF EJS Templates
Minor typo correction...
Minor typo correction Fixed typo from the name of the girdLinePen() method. Change-Id: I1331de2b60cea4d64d1d29ac06c9c864f9f30e68 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2796:4ca4d999ae6d
Show More
animations.pri
26 lines | 705 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/axisanimation.cpp \
$$PWD/xyanimation.cpp \
$$PWD/pieanimation.cpp \
$$PWD/piesliceanimation.cpp \
$$PWD/splineanimation.cpp \
$$PWD/baranimation.cpp \
$$PWD/scatteranimation.cpp \
$$PWD/boxplotanimation.cpp \
$$PWD/boxwhiskersanimation.cpp \
$$PWD/chartanimation.cpp
PRIVATE_HEADERS += \
$$PWD/axisanimation_p.h \
$$PWD/chartanimation_p.h \
$$PWD/xyanimation_p.h \
$$PWD/pieanimation_p.h \
$$PWD/piesliceanimation_p.h \
$$PWD/splineanimation_p.h \
$$PWD/baranimation_p.h \
$$PWD/scatteranimation_p.h \
$$PWD/boxplotanimation_p.h \
$$PWD/boxwhiskersanimation_p.h