##// END OF EJS Templates
Move axes files to subdir
Move axes files to subdir

File last commit:

r478:99c805586ee4
r478:99c805586ee4
Show More
axis.pri
15 lines | 346 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/axisanimationitem.cpp \
$$PWD/axisitem.cpp \
$$PWD/qchartaxis.cpp \
$$PWD/qchartaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/axisanimationitem_p.h \
$$PWD/axisitem_p.h
PUBLIC_HEADERS += \
$$PWD/qchartaxis.h \
$$PWD/qchartaxiscategories.h