summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/objectinspector/objectinspector.pri
blob: ee666acb059bb8895538d50b284b462c0135c270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# --- The Find widget is also linked into the designer_shared library.
#     Avoid conflict when linking statically
contains(CONFIG, static) {
    INCLUDEPATH *= ../../../../shared/findwidget
} else {
    include(../../../../shared/findwidget/findwidget.pri)
}

INCLUDEPATH += $$PWD

HEADERS += $$PWD/objectinspector.h \
    $$PWD/objectinspectormodel_p.h \
    $$PWD/objectinspector_global.h

SOURCES += $$PWD/objectinspector.cpp \
    $$PWD/objectinspectormodel.cpp