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