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

QT       = core gui mof

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = editor
TEMPLATE = app

CONFIG += c++11

SOURCES += main.cpp\
        mainwindow.cpp \
    propertyeditoritemdelegate.cpp \
    propertyeditor.cpp \
    wrappedobjectpropertymodel.cpp \
    wrappedobjectmodel.cpp \
    wrappedobjectpropertyfiltermodel.cpp \
    filterwidget.cpp

HEADERS  += mainwindow.h \
    propertyeditoritemdelegate.h \
    propertyeditor.h \
    wrappedobjectpropertymodel.h \
    wrappedobjectmodel.h \
    wrappedobjectpropertyfiltermodel.h \
    filterwidget.h

FORMS    += mainwindow.ui

RESOURCES += \
    editor.qrc