summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/elasticnodes/elasticnodes.pro
blob: 71ac21ffe90e73fd65a737c60c8d2866ad41deca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HEADERS += \
        edge.h \
        node.h \
        graphwidget.h

SOURCES += \
        edge.cpp \
        main.cpp \
        node.cpp \
        graphwidget.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/elasticnodes
INSTALLS += target

QT += widgets