4 INCLUDEPATH += ../echowindow
6 SOURCES = echoplugin.cpp
7 OTHER_FILES += echoplugin.json
8 TARGET = $$qtLibraryTarget(echoplugin)
13 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
14 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
15 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
16 INSTALLS += target sources