summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/umlconcretesyntax/umlconcretesyntax.pro
blob: 577b2a0e062f0887108523fc300954f0b31ea05c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-25T17:38:51
#
#-------------------------------------------------

include(../../duse-mt-plugin.pri)

TARGETPATH = QtModeling/Uml

QML_FILES = \
    resize-mark.png \
    UmlElement.qml \
    UmlSlot.qml \
    UmlClass.qml \
    UmlComponent.qml \
    UmlProperty.qml

load(qml_module)

SOURCES += umlconcretesyntaxplugin.cpp

HEADERS += umlconcretesyntaxplugin.h

OTHER_FILES += umlconcretesyntax.json