This is interesting...

The intent of FindQt4.cmake is to find the Qt installation so it can be used.  
But in that bug report, the QT_IMPORTS_DIR variable is being used to determine 
the "<qt_dir>/imports" directory to install their qml plugins - which is into 
the Qt installation.  Its a problem for them because there is no imports 
directory to begin with.

In other words... they have something like this:
find_package(Qt4)
...
install( ... DESTINATION ${QT_IMPORTS_DIR})


Is there a CMake convention for this kind of thing?


On Monday, February 04, 2013 09:13:06 AM Bill Hoffman wrote:
> FYI
> 
> -------- Original Message --------
> Subject: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML
> plugins       are installed
> Date: Thu, 31 Jan 2013 19:30:37 -0000
> From: Launchpad Bug Tracker <894...@bugs.launchpad.net>
> Reply-To: Bug 894805 <894...@bugs.launchpad.net>
> To: cm...@packages.qa.debian.org
> 
> ** Branch linked: lp:ubuntu/raring-proposed/cmake
-- 
Clinton Stimpson
Elemental Technologies, Inc
Computational Simulation Software, LLC
www.csimsoft.com
--

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

Reply via email to