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

SOURCES += main.cpp chart.cpp
HEADERS += chart.h

QT += widgets

INSTALLS += target