summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/elasticnodes/elasticnodes.pro
blob: 77ca706ba591291768c1c46f540353906897474c (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]/graphicsview/elasticnodes
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS elasticnodes.pro 
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
INSTALLS += target sources