qtdeclarative/examples/quick/tutorials/extending/chapter2-methods/chapter2-methods.pro

6 lines
85 B
Prolog

QT += qml quick
HEADERS += piechart.h
SOURCES += piechart.cpp \
main.cpp