summaryrefslogtreecommitdiffstats
path: root/examples/tools/echoplugin/plugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/echoplugin/plugin/plugin.pro')
-rw-r--r--examples/tools/echoplugin/plugin/plugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tools/echoplugin/plugin/plugin.pro b/examples/tools/echoplugin/plugin/plugin.pro
index 308c1b8236..1275fd410b 100644
--- a/examples/tools/echoplugin/plugin/plugin.pro
+++ b/examples/tools/echoplugin/plugin/plugin.pro
@@ -11,7 +11,7 @@ DESTDIR = ../plugins
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro echoplugin.json
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
INSTALLS += target sources