blob: 565f78bdcb284327483b0be9306034740f8579fe [file] [log] [blame]
# --- The Find widget is also linked into the designer_shared library.
# Avoid conflict when linking statically
contains(CONFIG, static) {
INCLUDEPATH *= $$QT_SOURCE_TREE/tools/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