##// END OF EJS Templates
Simpler area series in the theme demo
Simpler area series in the theme demo

File last commit:

r530:d482058261e4
r845:095a02e3ced2
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