[CMake] FindQt in a Specific place?

Dave Partyka dave.partyka at kitware.com
Wed Jan 13 14:01:37 EST 2010


I think if you set these two variables you will get the same desired result.

set(DESIRED_QT_VERSION 4)
set(QT_QMAKE_EXECUTABLE /home/qt/4.6.0/bin/qmake)


On Wed, Jan 13, 2010 at 1:07 PM, James Willis <JWillis2 at lgc.com> wrote:

> Is there any good way of telling findqt (I don't really care about findqt3)
> where to find Qt?
>
> Like say you did:
> set(QT_QMAKE_LOCATION /home/myself/qt4.6.0/bin)
> so that I later upgrade and do:
> set(QT_QMAKE_LOCATION /home/myself/qt4.6.1/bin) later without having to
> muck with my path, but still have findQt find Qt there?
>
> I was looking at writing such a feature, if it's not there, and if you'd be
> willing to take it as a patch.
>
> --James
>
>
> ----------------------------------------------------------------------
> This e-mail, including any attached files, may contain confidential and
> privileged information for the sole use of the intended recipient.  Any
> review, use, distribution, or disclosure by others is strictly prohibited.
>  If you are not the intended recipient (or authorized to receive information
> for the intended recipient), please contact the sender by reply e-mail and
> delete all copies of this message.
> _______________________________________________
> 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://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100113/9fca0d56/attachment.htm>


More information about the CMake mailing list