Those files shouldn't be necessary with Qt 5. Qt 5 itself installs a CMake project config file so that CMake's find_package can just find it without any Find module necessary.
It is the IDEAL. WE LOVE not having a find module, but still being able to find_package!! :-) Cheers, David On Wed, Sep 19, 2012 at 3:29 PM, Luis Kabongo <[email protected]>wrote: > I changed FintQt.cmake and created the following: FindQt5.cmake > UseQt5.cmake > > Regards. > -- > Luis Kabongo > Vicomtech-IK4 > > On 19 September 2012 21:20, David Cole <[email protected]> wrote: > >> What files did you have to change? >> >> The files needed to get projects to work with Qt 5 should all ship and be >> built/installed as part of Qt 5 now. Steve Kelly has been doing this work, >> and can chime in here to correct me if there's more to it than that. >> >> >> Thanks, >> David >> >> >> On Wed, Sep 19, 2012 at 3:16 PM, Luis Kabongo <[email protected]>wrote: >> >>> Hello everyone, >>> >>> First of all I would like to apologize for any possible >>> mistake/incoherence/stupidity in the following message(s), since this is my >>> first contribution here. >>> >>> Even if Qt 5.0.0 is still under beta 1, I am working on trying to get >>> Qt5 to work with our own libraries and had to patch some of the existing >>> files in the Qt Module in order to make it work. I would like to contribute >>> with my current changes to the main repository and see if they are still >>> compatible on different platforms/configurations/etc. >>> >>> Up to now I'm following the instructions here: >>> http://www.cmake.org/Wiki/CMake:Module_Maintainers#New_Maintainer >>> >>> So I'm at step 4: "Wait for response, discussion, and acceptance before >>> proceeding to the following steps." >>> >>> Regards. >>> -- >>> Luis Kabongo >>> Vicomtech-IK4 >>> >>> >>> -- >>> >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the CMake FAQ at: >>> http://www.cmake.org/Wiki/CMake_FAQ >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers >>> >> >> >
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
