Root/Software/sie_cg/block_editor/diagramscene.pro

Source at commit 32a206d created 13 years 5 months ago.
By Juan64Bits, First commit for sie code generator project.
1HEADERS = mainwindow.h \
2    diagramscene.h \
3    arrow.h \
4    diagramtextitem.h \
5    lineitem.h
6SOURCES = mainwindow.cpp \
7    main.cpp \
8    arrow.cpp \
9    diagramtextitem.cpp \
10    diagramscene.cpp \
11    lineitem.cpp
12RESOURCES = diagramscene.qrc
13
14TARGET = blockeditor
15
16# install
17target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
18sources.files = $$SOURCES \
19    $$HEADERS \
20    $$RESOURCES \
21    $$FORMS \
22    diagramscene.pro \
23    images
24sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
25INSTALLS += target \
26    sources
27symbian:include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
28QT += xml \
29    svg \
30    network
31

Archive Download this file

Branches:
master



interactive