summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/skipMoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/skipMoc.cpp')
-rw-r--r--Tests/QtAutogen/skipMoc.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/QtAutogen/skipMoc.cpp b/Tests/QtAutogen/skipMoc.cpp
index 85305f590..d6b292ff3 100644
--- a/Tests/QtAutogen/skipMoc.cpp
+++ b/Tests/QtAutogen/skipMoc.cpp
@@ -2,12 +2,14 @@
#include "skipSource/qItemA.hpp"
#include "skipSource/qItemB.hpp"
#include "skipSource/qItemC.hpp"
+#include "skipSource/qItemD.hpp"
int main(int, char**)
{
QItemA itemA;
- QItemA itemB;
- QItemA itemC;
+ QItemB itemB;
+ QItemC itemC;
+ QItemD itemD;
// Fails to link if the symbol is not present.
return 0;