Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Git Source Tree
Root/
| 1 | HEADERS = 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 |
| 12 | SOURCES = 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 |
| 22 | RESOURCES = diagramscene.qrc |
| 23 | TARGET = diagrameditor |
| 24 | |
| 25 | # install |
| 26 | target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene |
| 27 | sources.files = $$SOURCES \ |
| 28 | $$HEADERS \ |
| 29 | $$RESOURCES \ |
| 30 | $$FORMS \ |
| 31 | diagramscene.pro \ |
| 32 | images |
| 33 | sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene |
| 34 | INSTALLS += target \ |
| 35 | sources |
| 36 | symbian:include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
| 37 | QT += xml \ |
| 38 | svg \ |
| 39 | network |
| 40 | FORMS += librarydialog.ui \ |
| 41 | codedialog.ui \ |
| 42 | optionsdialog.ui |
| 43 | |
| 44 |
Branches:
master
