##// END OF EJS Templates
Adding new example app.
Adding new example app.

File last commit:

r174:0d781305aa75
r206:c5b8eba7e7bc
Show More
piechart.pri
16 lines | 306 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
Refactoring piechart API (and internals)
r174 $$PWD/piepresenter.cpp \
$$PWD/pieslicelabel.cpp
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PRIVATE_HEADERS += \
$$PWD/piepresenter.h \
Jani Honkonen
Refactoring piechart API (and internals)
r174 $$PWD/pieslice.h \
$$PWD/pieslicelabel.h
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PUBLIC_HEADERS += \
$$PWD/qpieseries.h