It would be good if FindQt4 looked for the various plugins that can be
installed with Qt and gave the path to them (both release and debug
versions) and searched using the various filenames that are possible.

I'd suggest providing variables like:
QT_SQLITE_PLUGIN_LIBRARY_RELEASE

In addition, it would be good if these variables pointed to the DLLs
on Windows, rather than the LIB files, as the plugins would only be
used for installation. Also, it would be even better if there was a
simplified way to install the plugins and know what directory they
should go to, as obviously GetPrerequisites cannot help with this.

I've created an initial patch here:
http://public.kitware.com/Bug/view.php?id=11145

I think this is another thing that will help in the deployment of Qt
applications using CPack.

-- 
Mike McQuaid
http://mikemcquaid.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://www.cmake.org/mailman/listinfo/cmake

Reply via email to