Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / examples / qml / tutorials / extending / chapter2-methods / chapter2-methods.pro
1 QT += qml quick
2
3 HEADERS += piechart.h
4 SOURCES += piechart.cpp \
5            main.cpp