summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/plugins/architecturerecoverypanel/architecturerecoverypanel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uml/duse-mt/src/plugins/architecturerecoverypanel/architecturerecoverypanel.pro')
-rw-r--r--examples/uml/duse-mt/src/plugins/architecturerecoverypanel/architecturerecoverypanel.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/uml/duse-mt/src/plugins/architecturerecoverypanel/architecturerecoverypanel.pro b/examples/uml/duse-mt/src/plugins/architecturerecoverypanel/architecturerecoverypanel.pro
new file mode 100644
index 00000000..f575d181
--- /dev/null
+++ b/examples/uml/duse-mt/src/plugins/architecturerecoverypanel/architecturerecoverypanel.pro
@@ -0,0 +1,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