summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocIncludeStrict/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocIncludeStrict/main.cpp')
-rw-r--r--Tests/QtAutogen/mocIncludeStrict/main.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/QtAutogen/mocIncludeStrict/main.cpp b/Tests/QtAutogen/mocIncludeStrict/main.cpp
new file mode 100644
index 0000000..142d59e
--- /dev/null
+++ b/Tests/QtAutogen/mocIncludeStrict/main.cpp
@@ -0,0 +1,14 @@
+#include "ObjA.hpp"
+#include "ObjB.hpp"
+#include "ObjC.hpp"
+
+int main(int argv, char** args)
+{
+ ObjA objA;
+ ObjB objB;
+ ObjC objC;
+ return 0;
+}
+
+// Header in global subdirectory
+#include "subB/moc_SubObjB.cpp"