summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uml/duse-mt/src/app/app.pro')
-rw-r--r--examples/uml/duse-mt/src/app/app.pro42
1 files changed, 0 insertions, 42 deletions
diff --git a/examples/uml/duse-mt/src/app/app.pro b/examples/uml/duse-mt/src/app/app.pro
deleted file mode 100644
index e26910f1..00000000
--- a/examples/uml/duse-mt/src/app/app.pro
+++ /dev/null
@@ -1,42 +0,0 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2012-10-26T12:43:33
-#
-#-------------------------------------------------
-
-QT += widgets modeling
-
-DUSEMT_LIB_DEPENDS += \
- duseinterfaces
-
-include(../../duse-mt.pri)
-
-LIBS += -L$$DUSEMT_LIBRARY_PATH
-
-TEMPLATE = app
-TARGET = $$DUSEMT_APP_TARGET
-DESTDIR = $$DUSEMT_APP_PATH
-
-include(../rpath.pri)
-
-SOURCES += main.cpp \
- shell/core.cpp \
- shell/uicontroller.cpp \
- shell/projectcontroller.cpp \
- shell/plugincontroller.cpp \
- shell/mainwindow.cpp
-
-HEADERS += \
- shell/core.h \
- shell/uicontroller.h \
- shell/projectcontroller.h \
- shell/plugincontroller.h \
- shell/mainwindow.h
-
-FORMS += mainwindow.ui \
- aboutplugins.ui \
- newmodel.ui \
- aboutdusemt.ui
-
-RESOURCES += \
- duse-mt.qrc