##// END OF EJS Templates
replaced qbarcategory with qstringlist
replaced qbarcategory with qstringlist

File last commit:

r377:a61a7697be62
r377:a61a7697be62
Show More
barchart.pri
36 lines | 850 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/bar.cpp \
$$PWD/barchartmodel.cpp \
$$PWD/barlabel.cpp \
$$PWD/barpresenter.cpp \
$$PWD/barpresenterbase.cpp \
$$PWD/percentbarpresenter.cpp \
$$PWD/qbarseries.cpp \
$$PWD/qbarset.cpp \
$$PWD/qpercentbarseries.cpp \
$$PWD/qstackedbarseries.cpp \
$$PWD/separator.cpp \
$$PWD/stackedbarpresenter.cpp \
$$PWD/barvalue.cpp
PRIVATE_HEADERS += \
$$PWD/bar_p.h \
$$PWD/barchartmodel_p.h \
$$PWD/barlabel_p.h \
$$PWD/barpresenter.h \
$$PWD/barpresenterbase.h \
$$PWD/percentbarpresenter.h \
$$PWD/separator_p.h \
$$PWD/stackedbarpresenter.h \
$$PWD/barvalue_p.h
PUBLIC_HEADERS += \
$$PWD/qbarseries.h \
$$PWD/qbarset.h \
$$PWD/qpercentbarseries.h \
$$PWD/qstackedbarseries.h