##// END OF EJS Templates
Misc fixes...
Misc fixes - Default value for localizeNumbers is now false, as it would look weird if numbers were localized in otherwise unlocalized app. - Added locale property to qml ChartView. - Added registrations for latest revisions of all QML types for 2.0, since apparently this is necessary to make them visible when importing Charts 2.0 Change-Id: I46997b3af4458c6dbf6755a19e01115d5393013a Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>

File last commit:

r938:43d9ec405aa3
r2710:e26d82d56bc9
Show More
linechart.pri
12 lines | 248 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/linechartitem.cpp \
$$PWD/qlineseries.cpp
PRIVATE_HEADERS += \
$$PWD/linechartitem_p.h \
$$PWD/qlineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qlineseries.h