Last change
on this file since 1036 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
568 bytes
|
Line | |
---|
1 | HEADERS = mainwindow.h \
|
---|
2 | diagramitem.h \
|
---|
3 | diagramscene.h \
|
---|
4 | arrow.h \
|
---|
5 | diagramtextitem.h
|
---|
6 | SOURCES = mainwindow.cpp \
|
---|
7 | diagramitem.cpp \
|
---|
8 | main.cpp \
|
---|
9 | arrow.cpp \
|
---|
10 | diagramtextitem.cpp \
|
---|
11 | diagramscene.cpp
|
---|
12 | RESOURCES = diagramscene.qrc
|
---|
13 |
|
---|
14 |
|
---|
15 | # install
|
---|
16 | target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
|
---|
17 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS diagramscene.pro images
|
---|
18 | sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
|
---|
19 | INSTALLS += target sources
|
---|
20 |
|
---|
21 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.