##// 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
linechart.pri
12 lines | 248 B | text/plain | TextLexer
Michal Klocek
Cleanup build setup...
r249 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.cpp
Michal Klocek
Cleanup build setup...
r249
PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
Michal Klocek
Cleanup build setup...
r249
PUBLIC_HEADERS += \
Michal Klocek
Rename QLineChartSeries to QLineSeries
r349 $$PWD/qlineseries.h