Hello,<br><br>I have CMake 2.4.3 under Linux - FC5 -, and I want to use the wrapper around uic.<br>I used some files from Qt Designer to test the implementation of a dialog box, and a header file is generated by uic.<br>The file can be generated, the rule is in the 
build.cmake file, but the other .cpp files that should be dependant on this file have not this dependency in the depend.cmake file, although every other Qt4 files are present - and recursively present, that is -...<br><br>
My CMakeLists.txt file is based on <a href="http://qtnode.net/wiki/Qt_with_cmake#cmake_for_Qt_4">http://qtnode.net/wiki/Qt_with_cmake#cmake_for_Qt_4</a><br><br>Matthieu<br>