Empty JSON files are not needed for the plugin system
[profile/ivi/qtdeclarative.git] / examples / tutorials / gettingStartedQml / filedialog / dialogPlugin.h
index fcaa210..2411b5e 100644 (file)
@@ -46,7 +46,7 @@
 class DialogPlugin : public QQmlExtensionPlugin
 {
     Q_OBJECT
-    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface" FILE "dialogplugin.json")
+    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
 
     public:
         //registerTypes is inherited from QQmlExtensionPlugin