Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Git Source Tree
Root/
| 1 | HEADERS = mainwindow.h \ |
| 2 | diagramscene.h \ |
| 3 | arrow.h \ |
| 4 | diagramtextitem.h \ |
| 5 | lineitem.h |
| 6 | SOURCES = mainwindow.cpp \ |
| 7 | main.cpp \ |
| 8 | arrow.cpp \ |
| 9 | diagramtextitem.cpp \ |
| 10 | diagramscene.cpp \ |
| 11 | lineitem.cpp |
| 12 | RESOURCES = diagramscene.qrc |
| 13 | |
| 14 | TARGET = blockeditor |
| 15 | |
| 16 | # install |
| 17 | target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene |
| 18 | sources.files = $$SOURCES \ |
| 19 | $$HEADERS \ |
| 20 | $$RESOURCES \ |
| 21 | $$FORMS \ |
| 22 | diagramscene.pro \ |
| 23 | images |
| 24 | sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene |
| 25 | INSTALLS += target \ |
| 26 | sources |
| 27 | symbian:include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
| 28 | QT += xml \ |
| 29 | svg \ |
| 30 | network |
| 31 |
Branches:
master
