summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/UicSkipSource/skipUicGen.hpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-12-08 17:47:15 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-12-13 12:48:28 (GMT)
commitf11321efd11ce4958d45f4673465b5b9484f1af2 (patch)
tree129579547a4e155f4257945dedf380ba2872992a /Tests/QtAutogen/UicSkipSource/skipUicGen.hpp
parent0af9da29e487f0a6c60c379f0773a68b40ce2625 (diff)
downloadCMake-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.hpp8
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