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

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

QT += widgets

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