diff options
Diffstat (limited to 'examples/graphicsview/elasticnodes/elasticnodes.pro')
-rw-r--r-- | examples/graphicsview/elasticnodes/elasticnodes.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/graphicsview/elasticnodes/elasticnodes.pro b/examples/graphicsview/elasticnodes/elasticnodes.pro new file mode 100644 index 0000000..77ca706 --- /dev/null +++ b/examples/graphicsview/elasticnodes/elasticnodes.pro @@ -0,0 +1,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 |