##// END OF EJS Templates
Added missing example files
Added missing example files

File last commit:

r425:85842e6c8dba
r435:0d574f2c3ab8
Show More
barchart.pri
35 lines | 854 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/bar.cpp \
$$PWD/barchartmodel.cpp \
$$PWD/barlabel.cpp \
$$PWD/barpresenter.cpp \
$$PWD/barpresenterbase.cpp \
$$PWD/percentbarpresenter.cpp \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qbarseries.cpp \
Michal Klocek
Cleanup build setup...
r249 $$PWD/qbarset.cpp \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qpercentbarseries.cpp \
$$PWD/qstackedbarseries.cpp \
Michal Klocek
Cleanup build setup...
r249 $$PWD/separator.cpp \
sauimone
Floating values to bar charts
r263 $$PWD/stackedbarpresenter.cpp \
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 $$PWD/barvalue.cpp
Michal Klocek
Cleanup build setup...
r249
PRIVATE_HEADERS += \
$$PWD/bar_p.h \
$$PWD/barchartmodel_p.h \
$$PWD/barlabel_p.h \
sauimone
added _p to private class headers
r381 $$PWD/barpresenter_p.h \
$$PWD/barpresenterbase_p.h \
$$PWD/percentbarpresenter_p.h \
Michal Klocek
Cleanup build setup...
r249 $$PWD/separator_p.h \
sauimone
added _p to private class headers
r381 $$PWD/stackedbarpresenter_p.h \
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 $$PWD/barvalue_p.h
sauimone
Floating values to bar charts
r263
Michal Klocek
Cleanup build setup...
r249 PUBLIC_HEADERS += \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qbarseries.h \
Michal Klocek
Cleanup build setup...
r249 $$PWD/qbarset.h \
sauimone
Naming convention change for barcharts. QBarChartSeries is now QBarSeries etc.
r338 $$PWD/qpercentbarseries.h \
$$PWD/qstackedbarseries.h
sauimone
Floating values to bar charts
r263