[cmake-developers] Fwd: [Bug 894805] Re: QT_IMPORTS_DIR is not defined when no QML plugins are installed

Clinton Stimpson clinton at elemtech.com
Thu Feb 7 10:41:13 EST 2013


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 <894805 at bugs.launchpad.net>
> Reply-To: Bug 894805 <894805 at bugs.launchpad.net>
> To: cmake at packages.qa.debian.org
> 
> ** Branch linked: lp:ubuntu/raring-proposed/cmake
-- 
Clinton Stimpson
Elemental Technologies, Inc
Computational Simulation Software, LLC
www.csimsoft.com



More information about the cmake-developers mailing list