summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/bars/bars.pro
blob: ffb8b0ba6dd638f8236f6a00c5b47deb4573befb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
android|ios|winrt {
    error( "This example is not supported for android, ios, or winrt." )
}

!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/*