##// END OF EJS Templates
Doc: Remove the additional "Getting Started" page...
Doc: Remove the additional "Getting Started" page Now that the addon is available under opensource license, there are less hurdles to install and use it. Change-Id: Ia8de9ca0f4034e4b5397a9f1a5ed218f068b193a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2880:023f3b1edeaa
Show More
piechart.pri
26 lines | 614 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/piesliceitem.cpp \
$$PWD/piechartitem.cpp \
$$PWD/qpieslice.cpp \
$$PWD/qpiemodelmapper.cpp \
$$PWD/qvpiemodelmapper.cpp \
$$PWD/qhpiemodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/pieslicedata_p.h \
$$PWD/piechartitem_p.h \
$$PWD/piesliceitem_p.h \
$$PWD/qpieslice_p.h \
$$PWD/qpieseries_p.h \
$$PWD/qpiemodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h \
$$PWD/qpiemodelmapper.h \
$$PWD/qvpiemodelmapper.h \
$$PWD/qhpiemodelmapper.h