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 | |
---|
1 | HEADERS += \
|
---|
2 | edge.h \
|
---|
3 | node.h \
|
---|
4 | graphwidget.h
|
---|
5 |
|
---|
6 | SOURCES += \
|
---|
7 | edge.cpp \
|
---|
8 | main.cpp \
|
---|
9 | node.cpp \
|
---|
10 | graphwidget.cpp
|
---|
11 |
|
---|
12 | TARGET.EPOCHEAPSIZE = 0x200000 0xA00000
|
---|
13 |
|
---|
14 | # install
|
---|
15 | target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
|
---|
16 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS elasticnodes.pro
|
---|
17 | sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
|
---|
18 | INSTALLS += target sources
|
---|
19 |
|
---|
20 | symbian {
|
---|
21 | TARGET.UID3 = 0xA000A642
|
---|
22 | include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.