qt6windows7/examples/widgets/graphicsview/elasticnodes/elasticnodes.pro

17 lines
281 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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