##// END OF EJS Templates
QML Plugins and sample for that...
QML Plugins and sample for that Change-Id: I74bbc82149936be75c960fec0470256c05be3c87 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r938:43d9ec405aa3
r2481:20a93e498d73
Show More
areachart.pri
12 lines | 248 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/areachartitem.cpp \
$$PWD/qareaseries.cpp
PRIVATE_HEADERS += \
$$PWD/areachartitem_p.h \
$$PWD/qareaseries_p.h
PUBLIC_HEADERS += \
$$PWD/qareaseries.h