summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-27 12:26:33 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:10:33 +0200
commitc9500b6eff3dc8fbcc6e9fc569b2e246541a2a05 (patch)
tree497d6cd47ee030997bc71b27ddc662d36638bb79 /sync.profile
parent217252325cc9fd4405c6bcf524dfa3bc8ccc492b (diff)
Macro for QML extension boilerplate
defines which gives type sub-classes which adds desired functionality for extensions in QML Change-Id: I3973e07e0daf0c27813b3405b9188281092f4375
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 5bff75354..9b90e4a95 100644
--- a/sync.profile
+++ b/sync.profile
@@ -19,3 +19,7 @@
"qtbase" => "",
"qtdeclarative" => "",
);
+
+%classnames = (
+ "qwaylandquickextension.h" => "QWaylandQuickExtension",
+);