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