##// END OF EJS Templates
prune redundant DEPENDPATH entries...
prune redundant DEPENDPATH entries qt5 has depend_includepath enabled by default. Change-Id: I10ffcc9ff83a8b3c2252abe3dbdf7d0d40fcd4f2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com>

File last commit:

r2885:b0b6ace77823
r2885:b0b6ace77823
Show More
animations.pri
25 lines | 685 B | text/plain | TextLexer
INCLUDEPATH += $$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