blob: 419fdad6178ea05e7a8a92f8bb742351fb9bafce [file] [log] [blame]
QT += widgets
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