Qt 5.2
Qt QML
chapter2-methods.pro Example File (tutorials/extending/chapter2-methods/chapter2-methods.pro)
Qt 5.2.0 Reference Documentation
chapter2-methods.pro Example File
tutorials/extending/chapter2-methods/chapter2-methods.pro
QT += qml quick HEADERS += piechart.h SOURCES += piechart.cpp \ main.cpp