summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/app/app.pro
blob: e26910f1f3080aae1a340997c5e4b860cf00c501 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#-------------------------------------------------
#
# 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