##// END OF EJS Templates
Remove warnings about unmatched parentheses...
Remove warnings about unmatched parentheses Property declarations divided into several lines caused qmake to warn of cat() function about deprecated unmatched parentheses. The property declarations are now done in one line. Task-number: QTRD-3159 Change-Id: Ieb839ff81d707a5a40cdebd62a52ac32f51517b7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2555:8f0e18a7e02c
r2692:d672b074a893
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