##// END OF EJS Templates
make piechartdrilldown compile again
make piechartdrilldown compile again

File last commit:

r530:d482058261e4
r798:2c85b9e659bd
Show More
axis.pri
13 lines | 278 B | text/plain | TextLexer
Michal Klocek
Move axes files to subdir
r478 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/axisitem.cpp \
$$PWD/qchartaxis.cpp \
$$PWD/qchartaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/axisitem_p.h
PUBLIC_HEADERS += \
$$PWD/qchartaxis.h \
$$PWD/qchartaxiscategories.h