summaryrefslogtreecommitdiffstats
path: root/examples/graphs/2d/quickwidgetgraphs/quickwidgetgraphs.pro
blob: 5f20bafb1848b5f86e63157353518a81268aabe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

QT += widgets \
    quickwidgets

SOURCES += main.cpp \
    piegraph.cpp \
    piewidget.cpp

HEADERS += piegraph.h \
    piewidget.h

OTHER_FILES += doc/src/* \
    doc/images/* \
    qml/quickwidgetgraphs/*