Use new plugin system in qtbase.
[profile/ivi/qtbase.git] / examples / tools / echoplugin / plugin / plugin.pro
index 2be6de8..308c1b8 100644 (file)
@@ -4,6 +4,7 @@ CONFIG         += plugin
 INCLUDEPATH    += ../echowindow
 HEADERS         = echoplugin.h
 SOURCES         = echoplugin.cpp
+OTHER_FILES    += echoplugin.json
 TARGET          = $$qtLibraryTarget(echoplugin)
 DESTDIR         = ../plugins
 #! [0]