diff options
Diffstat (limited to 'Tests/QtAutogen/mocDepends/testGenFile.cpp')
-rw-r--r-- | Tests/QtAutogen/mocDepends/testGenFile.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/QtAutogen/mocDepends/testGenFile.cpp b/Tests/QtAutogen/mocDepends/testGenFile.cpp new file mode 100644 index 0000000..7df6e13 --- /dev/null +++ b/Tests/QtAutogen/mocDepends/testGenFile.cpp @@ -0,0 +1,8 @@ + +#include "GenFile.hpp" + +int main() +{ + Object obj; + return 0; +} |