qt6windows7/examples/widgets/graphicsview/elasticnodes/elasticnodes.pro
2023-10-29 23:33:08 +01:00

17 lines
281 B
Prolog

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