##// END OF EJS Templates
Fix documentation generated against Qt5...
Fix documentation generated against Qt5 The image files that are not referenced in any qdoc file are not defined as extraimages separately for both Qt4 and Qt5. There are still warnings of deprecated markup commands when generating the documentation against Qt5 but the documentation itself now looks good. Task-number: QTRD-1908 Change-Id: I5bb1ac4ce1899bcde99c42180bd2f3e715b9151a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1697:b1c06caff815
r2627:2684ee8a38c6
Show More
piechart.pri
26 lines | 614 B | text/plain | TextLexer
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem.cpp \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem.cpp \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.cpp \
Marek Rosa
Added Vertical and Horizontal PieModelMapper
r1237 $$PWD/qpiemodelmapper.cpp \
$$PWD/qvpiemodelmapper.cpp \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qhpiemodelmapper.cpp
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PRIVATE_HEADERS += \
Jani Honkonen
Move PieSliceData to own header
r675 $$PWD/pieslicedata_p.h \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem_p.h \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem_p.h \
Jani Honkonen
pie: added everything as a property in QPieSlice...
r1274 $$PWD/qpieslice_p.h \
Marek Rosa
ModelMapper proposal
r1229 $$PWD/qpieseries_p.h \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qpiemodelmapper_p.h
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PUBLIC_HEADERS += \
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 $$PWD/qpieseries.h \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.h \
Marek Rosa
Added Vertical and Horizontal PieModelMapper
r1237 $$PWD/qpiemodelmapper.h \
$$PWD/qvpiemodelmapper.h \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qhpiemodelmapper.h