##// END OF EJS Templates
barmargin replaced with barwidth
barmargin replaced with barwidth

File last commit:

r1241:51695bb27b0e
r1425:a0d2e2cf1ab3
Show More
axis.pri
19 lines | 421 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/chartaxis.cpp \
$$PWD/chartaxisx.cpp \
$$PWD/chartaxisy.cpp \
$$PWD/qaxis.cpp \
$$PWD/qaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/chartaxis_p.h \
$$PWD/chartaxisx_p.h \
$$PWD/chartaxisy_p.h \
$$PWD/qaxis_p.h \
$$PWD/qaxiscategories_p.h
PUBLIC_HEADERS += \
$$PWD/qaxis.h \
$$PWD/qaxiscategories.h