summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/architecturerecoverypanel/architecturerecoverypanel.pro
blob: f575d1810298d5d9d0136a3bcc6fddb202582ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-------------------------------------------------
#
# Project created by QtCreator 2013-11-03T17:38:51
#
#-------------------------------------------------

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

QT += gui widgets modeling

HEADERS += \
    architecturerecoverypanel.h \
    architecturerecoverypanelplugin.h

SOURCES += \
    architecturerecoverypanel.cpp \
    architecturerecoverypanelplugin.cpp

OTHER_FILES += architecturerecoverypanel.json

FORMS += \
    architecturerecoverypanel.ui