summaryrefslogtreecommitdiffstats
path: root/examples/widget/widget.pro
blob: c9feb18700f8840265ceeb6cccb7ad15ac5726c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!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/*