summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/umlconcretesyntax/qmlplugin/qmlplugin.pro
blob: 709fd65f1a146003eef7fda2efea4bc46cf836df (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#-------------------------------------------------
#
# Project created by QtCreator 2013-10-25T17:38:51
#
#-------------------------------------------------

TARGET  = qtmodelingumlplugin
TARGETPATH = QtModeling/Uml

QT += quick-private

# Qml
QML_FILES = \
    UmlElement.qml \
    UmlSlot.qml \
    UmlClass.qml \
    UmlComponent.qml \
    UmlProperty.qml \
    UmlAssociation.qml \
    UmlGeneralization.qml

# JavaScript

QML_FILES += \
    util.js

# Images
QML_FILES += \
    images/resize-mark.png \

HEADERS += \
    umlconcretesyntaxqmlplugin.h \
    relationshipitem.h

SOURCES += \
    umlconcretesyntaxqmlplugin.cpp \
    relationshipitem.cpp

CONFIG += no_cxx_module
load(qml_plugin)