summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/directfb/directfb.json
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2012-02-25 12:12:09 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-28 00:17:17 +0100
commit394e45199fa1aa45036dd787c5052ef7bcd98c52 (patch)
tree8d9ae916d0f3c05d23ed51aef818d4be37ce93cd /src/plugins/platforms/directfb/directfb.json
parentb51296c06433d4923e4dcfd2bc104ae3ab67fb43 (diff)
directfb: Switch to the new style plugins
The plugin might advertize more keys than supported at runtime. E.g. the directfbegl key might not be available. I would like to have a directfb.json.in and then generate the right file or if moc would pre-process the file... Change-Id: Ia8ad4e1367c06f5e35d02822d4f830ce1e9dc577 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Diffstat (limited to 'src/plugins/platforms/directfb/directfb.json')
-rw-r--r--src/plugins/platforms/directfb/directfb.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/directfb/directfb.json b/src/plugins/platforms/directfb/directfb.json
new file mode 100644
index 0000000000..5c74095fe6
--- /dev/null
+++ b/src/plugins/platforms/directfb/directfb.json
@@ -0,0 +1,3 @@
+{
+ "Keys": [ "directfb", "directfbegl" ]
+}