##// END OF EJS Templates
Path fix...
Mika Salmela -
r2467:767ec79770d7
parent child
Show More
@@ -1,23 +1,23
1 1 INCLUDEPATH += $$PWD
2 2 DEPENDPATH += $$PWD
3 3
4 4 SOURCES += \
5 5 $$PWD/axisanimation.cpp \
6 6 $$PWD/xyanimation.cpp \
7 7 $$PWD/pieanimation.cpp \
8 8 $$PWD/piesliceanimation.cpp \
9 9 $$PWD/splineanimation.cpp \
10 10 $$PWD/baranimation.cpp \
11 11 $$PWD/boxplotanimation.cpp \
12 animations/boxwhiskersanimation.cpp
12 $$PWD/boxwhiskersanimation.cpp
13 13
14 14 PRIVATE_HEADERS += \
15 15 $$PWD/axisanimation_p.h \
16 16 $$PWD/chartanimation_p.h \
17 17 $$PWD/xyanimation_p.h \
18 18 $$PWD/pieanimation_p.h \
19 19 $$PWD/piesliceanimation_p.h \
20 20 $$PWD/splineanimation_p.h \
21 21 $$PWD/baranimation_p.h \
22 22 $$PWD/boxplotanimation_p.h \
23 23 $$PWD/boxwhiskersanimation_p.h
General Comments 0
You need to be logged in to leave comments. Login now