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

TARGET = QtUml
QT = core modeling

QMAKE_DOCS = $$PWD/doc/qtuml.qdocconf

load(qt_module)

include(uml.pri)

HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS