summaryrefslogtreecommitdiffstats
path: root/examples/qmlpiechart/qmlpiechart.pro
blob: b771d8dd92a03f2e7e4975c1f6af58f35695e604 (plain)
1
2
3
4
5
6
7
8
9
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

RESOURCES += resources.qrc
SOURCES += main.cpp
OTHER_FILES += qml/qmlpiechart/*

include(qmlapplicationviewer/qmlapplicationviewer.pri)