The following issue has been SUBMITTED. ====================================================================== http://www.gccxml.org/Bug/view.php?id=15094 ====================================================================== Reported By: Craig Scott Assigned To: ====================================================================== Project: CMake Issue ID: 15094 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-08-18 03:17 EDT Last Modified: 2014-08-18 03:17 EDT ====================================================================== Summary: AUTOUIC only finds .ui files if ui_blah.h is in the header Description: I'm testing the behaviour of AUTOUIC with CMake 3.0.1. The #include "ui_foo.h" line typically appears in the .cpp file rather than a header. I've noticed that CMake is failing to generate the ui_foo.h files from the foo.ui file when the ui_foo.h is included in the .cpp. The file generation works fine if the #include is in our header instead of the .cpp. ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 2014-08-18 03:17 Craig Scott New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
