This bug has actually not been fixed - CMake is still looking for
"FindQT4.cmake" in the directory: "usr/share/cmake-2.8/Modules".
However, the proper name of the existing file in there is
"FindQt4.cmake".

You can simply reproduce this bug, when trying to use "find_package(QT4)" in 
your CMakeLists.txt
It will produce an error complaining that "FindQT4.cmake" can not be found, 
which is true, as only "FindQt4.cmake" actually exists.

For now I duplicated "FindQt4.cmake" and called it "FindQT4.cmake" as a
temporary solution, but it should still be fixed properly.

-- 
FIND_PACKAGE ( QT4 REQUIRED ) fails due to wrong filename
https://bugs.launchpad.net/bugs/460940
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to