summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocDepends/test3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocDepends/test3.cpp')
-rw-r--r--Tests/QtAutogen/mocDepends/test3.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/QtAutogen/mocDepends/test3.cpp b/Tests/QtAutogen/mocDepends/test3.cpp
new file mode 100644
index 0000000..a009598
--- /dev/null
+++ b/Tests/QtAutogen/mocDepends/test3.cpp
@@ -0,0 +1,12 @@
+
+#include "test3.hpp"
+
+int main()
+{
+ SimpleLib libObject;
+ LObject lobject;
+ return 0;
+}
+
+// AUTOMOC the SimpleLib header simpleLib.hpp
+#include "moc_simpleLib.cpp"