summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/Complex/myotherinterface.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/Complex/myotherinterface.h.in')
-rw-r--r--Tests/QtAutogen/Complex/myotherinterface.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Complex/myotherinterface.h.in b/Tests/QtAutogen/Complex/myotherinterface.h.in
new file mode 100644
index 000000000..d21e7af7c
--- /dev/null
+++ b/Tests/QtAutogen/Complex/myotherinterface.h.in
@@ -0,0 +1,14 @@
+
+#ifndef MYOTHERINTERFACE_H
+#define MYOTHERINTERFACE_H
+
+#include <QObject>
+
+class MyOtherInterface
+{
+
+};
+
+Q_DECLARE_INTERFACE(MyOtherInterface, "org.cmake.example.MyOtherInterface")
+
+#endif