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

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

QT += widgets

INSTALLS += target

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