##// END OF EJS Templates
minor. comments in src.pro
minor. comments in src.pro

File last commit:

r568:9b365faaa041
r603:6912ef097fe8
Show More
piechart.pri
16 lines | 304 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 \
$$PWD/pieslice.cpp \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem.cpp \
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 $$PWD/qpieslice.cpp
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PRIVATE_HEADERS += \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem_p.h \
Jani Honkonen
Add _p to pie internal headers
r353 $$PWD/pieslice_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 \
$$PWD/qpieslice.h