summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/skipUic.cpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-01-01 14:42:32 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-01-10 11:49:16 (GMT)
commit53787bf8de2d3981f650e9036bb89cb6ed884a75 (patch)
tree77e064c5cc41d003bd9389a3703e7ba86678a99e /Tests/QtAutogen/skipUic.cpp
parent8dbdd3e726ead25c179e6eb4ffab212a1db3aba8 (diff)
downloadCMake-53787bf8de2d3981f650e9036bb89cb6ed884a75.zip
CMake-53787bf8de2d3981f650e9036bb89cb6ed884a75.tar.gz
CMake-53787bf8de2d3981f650e9036bb89cb6ed884a75.tar.bz2
AUTOGEN: Tests: AUTOUIC SKIP_AUTOUIC and SKIP_AUTOGEN test
Diffstat (limited to 'Tests/QtAutogen/skipUic.cpp')
-rw-r--r--Tests/QtAutogen/skipUic.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/Tests/QtAutogen/skipUic.cpp b/Tests/QtAutogen/skipUic.cpp
new file mode 100644
index 0000000..0adf011
--- /dev/null
+++ b/Tests/QtAutogen/skipUic.cpp
@@ -0,0 +1,22 @@
+
+#include "skipSource/skipUicGen.hpp"
+#include "skipSource/skipUicNoGen1.hpp"
+#include "skipSource/skipUicNoGen2.hpp"
+
+int main(int, char**)
+{
+ skipGen();
+ skipNoGen1();
+ skipNoGen2();
+
+ return 0;
+}
+
+// -- Function definitions
+void ui_nogen1()
+{
+}
+
+void ui_nogen2()
+{
+}