diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-03 16:50:02 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-03 16:50:02 (GMT) |
commit | c27953b62f942bd24d3f1c6b18adadacdb9e3df9 (patch) | |
tree | 4398f1631bdfc2967791107fdded6bbc979f3539 /Source/QtDialog/CMakeSetup.cxx | |
parent | efbce2580b3b71f19f25c82ebc521e3717f5f64d (diff) | |
download | CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.zip CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.tar.gz CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.tar.bz2 |
ENH: remove qt warnings from qt with MS compiler
Diffstat (limited to 'Source/QtDialog/CMakeSetup.cxx')
-rw-r--r-- | Source/QtDialog/CMakeSetup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx index 5ae5c42..16178cd 100644 --- a/Source/QtDialog/CMakeSetup.cxx +++ b/Source/QtDialog/CMakeSetup.cxx @@ -14,7 +14,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ - +#include "QCMake.h" // include to disable MS warnings #include <QApplication> #include "cmSystemTools.h" |