summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocDepends/test2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocDepends/test2.cpp')
-rw-r--r--Tests/QtAutogen/mocDepends/test2.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/QtAutogen/mocDepends/test2.cpp b/Tests/QtAutogen/mocDepends/test2.cpp
new file mode 100644
index 0000000..155b19b
--- /dev/null
+++ b/Tests/QtAutogen/mocDepends/test2.cpp
@@ -0,0 +1,10 @@
+
+#include "test2.hpp"
+
+int main()
+{
+ SimpleLib obj;
+ LObject lobject;
+
+ return 0;
+}