summaryrefslogtreecommitdiffstats
path: root/examples/widget/widget.pro
blob: 1d7e91be4b4eacc68e3b81dbb291fbca41bf0558 (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 += datavis3d widgets

INSTALLS += target