diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-08 17:47:15 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-13 12:48:28 (GMT) |
commit | f11321efd11ce4958d45f4673465b5b9484f1af2 (patch) | |
tree | 129579547a4e155f4257945dedf380ba2872992a /Tests/QtAutogen/UicSkipSource/skipUicGen.hpp | |
parent | 0af9da29e487f0a6c60c379f0773a68b40ce2625 (diff) | |
download | CMake-f11321efd11ce4958d45f4673465b5b9484f1af2.zip CMake-f11321efd11ce4958d45f4673465b5b9484f1af2.tar.gz CMake-f11321efd11ce4958d45f4673465b5b9484f1af2.tar.bz2 |
Autogen: Tests: Separate UicSkipSource test
Diffstat (limited to 'Tests/QtAutogen/UicSkipSource/skipUicGen.hpp')
-rw-r--r-- | Tests/QtAutogen/UicSkipSource/skipUicGen.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/QtAutogen/UicSkipSource/skipUicGen.hpp b/Tests/QtAutogen/UicSkipSource/skipUicGen.hpp new file mode 100644 index 0000000..3669f0e --- /dev/null +++ b/Tests/QtAutogen/UicSkipSource/skipUicGen.hpp @@ -0,0 +1,8 @@ +#ifndef SKIPUICGEN_HPP +#define SKIPUICGEN_HPP + +#include "ui_uigen1.h" + +void skipGen(); + +#endif |