0
|
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 |
|