##// END OF EJS Templates
fixed barchart signals with pimpl. drilldown works now
fixed barchart signals with pimpl. drilldown works now

File last commit:

r963:1ec42cbed063
r968:ecf1d49ffcb6
Show More
axis.pri
15 lines | 333 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/axis.cpp \
$$PWD/qchartaxis.cpp \
$$PWD/qchartaxiscategories.cpp
PRIVATE_HEADERS += \
$$PWD/axis_p.h \
$$PWD/qchartaxis_p.h \
$$PWD/qchartaxiscategories_p.h
PUBLIC_HEADERS += \
$$PWD/qchartaxis.h \
$$PWD/qchartaxiscategories.h