summaryrefslogtreecommitdiffstats
path: root/examples/uml/qtumleditor/qtumleditor.pro
blob: 77bd4971b4636eb1cb5eb28084eb1e8250964f29 (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
#-------------------------------------------------
#
# Project created by QtCreator 2012-10-26T12:43:33
#
#-------------------------------------------------

QT = wrappedobjectswidgets mof

TARGET = qtumleditor
TEMPLATE = app

target.path = $$[QT_INSTALL_PREFIX]/bin

xmi.path = $$[QT_INSTALL_PREFIX]/share/doc/packages/qtumleditor
xmi.files = example.xmi

INSTALLS += target xmi

CONFIG += c++11

SOURCES += main.cpp \
        mainwindow.cpp

HEADERS  += mainwindow.h \

FORMS    += mainwindow.ui \
            aboutplugins.ui

RESOURCES += \
    qtumleditor.qrc