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