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

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 547 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
12TARGET.EPOCHEAPSIZE = 0x200000 0xA00000
13
14# install
15target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
16sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS elasticnodes.pro
17sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
18INSTALLS += target sources
19
20symbian {
21 TARGET.UID3 = 0xA000A642
22 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
23}
Note: See TracBrowser for help on using the repository browser.