source: trunk/examples/graphicsview/elasticnodes/elasticnodes.pro@ 117

Last change on this file since 117 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 405 bytes
Line 
1HEADERS += \
2 edge.h \
3 node.h \
4 graphwidget.h
5
6SOURCES += \
7 edge.cpp \
8 main.cpp \
9 node.cpp \
10 graphwidget.cpp
11
12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
14sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS elasticnodes.pro
15sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
16INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.