2012-12-14 21:13:33 +01:00
|
|
|
QT += widgets
|
|
|
|
|
2011-04-27 12:05:43 +02:00
|
|
|
HEADERS += \
|
|
|
|
edge.h \
|
|
|
|
node.h \
|
|
|
|
graphwidget.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
edge.cpp \
|
|
|
|
main.cpp \
|
|
|
|
node.cpp \
|
|
|
|
graphwidget.cpp
|
|
|
|
|
|
|
|
# install
|
2012-11-26 14:04:31 +01:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/elasticnodes
|
2012-11-27 20:40:16 +01:00
|
|
|
INSTALLS += target
|