summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.pri
blob: 070cc02dcf1c42268c4ba6d4d206eb6c5c223af0 (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
43
44
45
46
47
VPATH += $$PWD

SOURCES += propertyeditorview.cpp \
    qmlanchorbindingproxy.cpp \
    resetwidget.cpp \
    qlayoutobject.cpp \
    basiclayouts.cpp \
    basicwidgets.cpp \
    behaviordialog.cpp \
    layoutwidget.cpp \
    filewidget.cpp \
    propertyeditorvalue.cpp \
    fontwidget.cpp \
    originwidget.cpp \
    siblingcombobox.cpp \
    propertyeditortransaction.cpp \
    propertyeditorcontextobject.cpp \
    quickpropertyeditorview.cpp \
    gradientlineqmladaptor.cpp \
    propertyeditorqmlbackend.cpp \
    propertyeditorwidget.cpp

HEADERS += propertyeditorview.h \
    qmlanchorbindingproxy.h \
    resetwidget.h \
    qlayoutobject.h \
    basiclayouts.h \
    basicwidgets.h \
    behaviordialog.h \
    layoutwidget.h \
    filewidget.h \
    propertyeditorvalue.h \
    fontwidget.h \
    originwidget.h \
    siblingcombobox.h \
    propertyeditortransaction.h \
    designerpropertymap.h \
    propertyeditorcontextobject.h \
    quickpropertyeditorview.h \
    gradientlineqmladaptor.h \
    propertyeditorqmlbackend.h \
    propertyeditorwidget.h
    
QT += declarative

RESOURCES += propertyeditor.qrc
FORMS += behaviordialog.ui