summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocDepends/simpleLib.hpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocDepends/simpleLib.hpp.in')
-rw-r--r--Tests/QtAutogen/MocDepends/simpleLib.hpp.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocDepends/simpleLib.hpp.in b/Tests/QtAutogen/MocDepends/simpleLib.hpp.in
new file mode 100644
index 000000000..b65b0cb4a
--- /dev/null
+++ b/Tests/QtAutogen/MocDepends/simpleLib.hpp.in
@@ -0,0 +1,14 @@
+#ifndef SIMPLE_LIB_H
+#define SIMPLE_LIB_H
+
+#include <QObject>
+
+class SimpleLib : public QObject
+{
+ Q_OBJECT
+public:
+ SimpleLib();
+ ~SimpleLib();
+};
+
+#endif