diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-12 00:22:11 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-12 00:41:27 (GMT) |
commit | 9a673737163a3474c83c8100c57454318344ef1c (patch) | |
tree | 1cc97587c88086ca78c74eef8ce4b65b81f22296 /Tests/QtAutogen/calwidget.cpp | |
parent | 7c585699304ac071cdf7c1b8d7677d38b859e70f (diff) | |
download | CMake-9a673737163a3474c83c8100c57454318344ef1c.zip CMake-9a673737163a3474c83c8100c57454318344ef1c.tar.gz CMake-9a673737163a3474c83c8100c57454318344ef1c.tar.bz2 |
QtAutoUic: Add a test for the regression in the parent commit.
Diffstat (limited to 'Tests/QtAutogen/calwidget.cpp')
-rw-r--r-- | Tests/QtAutogen/calwidget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/QtAutogen/calwidget.cpp b/Tests/QtAutogen/calwidget.cpp index defde20..5f59994 100644 --- a/Tests/QtAutogen/calwidget.cpp +++ b/Tests/QtAutogen/calwidget.cpp @@ -50,6 +50,9 @@ #include "calwidget.h" #include "ui_calwidget.h" + #ifdef UI_CALWIDGET_H + #error Definition of UI_CALWIDGET_H should be disabled by file option. + #endif Window::Window() : ui(new Ui::Window) |