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

TARGET = QtUml
QT = core-private modeling-private

QMAKE_DOCS = $$PWD/doc/qtuml.qdocconf

load(qt_module)

include(uml.pri)

HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS