Root/Software/sie_cg/diagramscene.pro

1HEADERS = mainwindow.h \
2    diagramitem.h \
3    diagramscene.h \
4    arrow.h \
5    diagramtextitem.h \
6    lineitem.h \
7    codedialog.h \
8    codedialog.h \
9    codedialog.h \
10    optionsdialog.h \
11    callapp.h
12SOURCES = mainwindow.cpp \
13    diagramitem.cpp \
14    main.cpp \
15    arrow.cpp \
16    diagramtextitem.cpp \
17    diagramscene.cpp \
18    lineitem.cpp \
19    codedialog.cpp \
20    optionsdialog.cpp \
21    callapp.cpp
22RESOURCES = diagramscene.qrc
23TARGET = diagrameditor
24
25# install
26target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
27sources.files = $$SOURCES \
28    $$HEADERS \
29    $$RESOURCES \
30    $$FORMS \
31    diagramscene.pro \
32    images
33sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
34INSTALLS += target \
35    sources
36symbian:include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
37QT += xml \
38    svg \
39    network
40FORMS += librarydialog.ui \
41    codedialog.ui \
42    optionsdialog.ui
43
44

Archive Download this file

Branches:
master



interactive