summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/acdcarchitecturerecoveryalgorithm/acdcarchitecturerecoveryalgorithm.pro
blob: f1964825e8f10ace6aab07a1dd2c6500cc9262a9 (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
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-13T04:20:30
#
#-------------------------------------------------

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

QT -= widgets gui

DEFINES += ACDCARCHITECTURERECOVERYALGORITHM_LIBRARY

HEADERS += \
    acdcarchitecturerecoveryalgorithm_export.h \
    acdcarchitecturerecoveryalgorithmplugin.h \
    dependencyrelationstreemanager.h \
    subgraphdominatorpattern.h

SOURCES += \
    acdcarchitecturerecoveryalgorithmplugin.cpp \
    dependencyrelationstreemanager.cpp \
    subgraphdominatorpattern.cpp

OTHER_FILES += acdcarchitecturerecoveryalgorithm.json