mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
First commit for sie code generator project.
This commit is contained in:
30
Software/sie_cg/block_editor/diagramscene.pro
Normal file
30
Software/sie_cg/block_editor/diagramscene.pro
Normal file
@@ -0,0 +1,30 @@
|
||||
HEADERS = mainwindow.h \
|
||||
diagramscene.h \
|
||||
arrow.h \
|
||||
diagramtextitem.h \
|
||||
lineitem.h
|
||||
SOURCES = mainwindow.cpp \
|
||||
main.cpp \
|
||||
arrow.cpp \
|
||||
diagramtextitem.cpp \
|
||||
diagramscene.cpp \
|
||||
lineitem.cpp
|
||||
RESOURCES = diagramscene.qrc
|
||||
|
||||
TARGET = blockeditor
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
|
||||
sources.files = $$SOURCES \
|
||||
$$HEADERS \
|
||||
$$RESOURCES \
|
||||
$$FORMS \
|
||||
diagramscene.pro \
|
||||
images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/diagramscene
|
||||
INSTALLS += target \
|
||||
sources
|
||||
symbian:include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
QT += xml \
|
||||
svg \
|
||||
network
|
||||
Reference in New Issue
Block a user