summaryrefslogtreecommitdiffstats
path: root/src/uml/uml.pro
blob: 7ed7f77f29618789e279c98bd15959e5cf2e4124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qt_build_config)

TARGET = QtUml
QT = core-private modeling-private

MODULE_PLUGIN_TYPES = metamodels/libqumlmetamodel.so

QMAKE_DOCS = $$PWD/doc/qtuml.qdocconf

load(qt_module)

include(uml.pri)

HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS