Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-31 Thread James Sutherland
On Sat, Jul 30, 2011 at 1:45 PM, Clinton Stimpson clin...@elemtech.comwrote: On Jul 29, 2011, at 10:58 AM, James Sutherland wrote: I have the following in my CMakeLists.txt: install( DIRECTORY ${QT_PLUGINS_DIR}/imageformats DESTINATION ${plugin_dest_dir}/plugins COMPONENT

Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-30 Thread Clinton Stimpson
by a plugin, and the installation has missing that plugin. Clint - Reply message - From: James Sutherland james.sutherl...@utah.edu Date: Thu, Jul 28, 2011 8:01 pm Subject: [CMake] CMake QT4 toolbar icons disappear To: cmake cmake@cmake.org I have a QT4 application

Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-29 Thread James Sutherland
. Clint - Reply message - From: James Sutherland james.sutherl...@utah.edu Date: Thu, Jul 28, 2011 8:01 pm Subject: [CMake] CMake QT4 toolbar icons disappear To: cmake cmake@cmake.org I have a QT4 application that I am building via CMake. In the build directory where the local

Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-29 Thread David Cole
pm Subject: [CMake] CMake QT4 toolbar icons disappear To: cmake cmake@cmake.org I have a QT4 application that I am building via CMake. In the build directory where the local application is built, it works fine. In the install directory, that application is missing all toolbar icons when

[CMake] CMake QT4 toolbar icons disappear

2011-07-28 Thread James Sutherland
I have a QT4 application that I am building via CMake. In the build directory where the local application is built, it works fine. In the install directory, that application is missing all toolbar icons when it runs (but is otherwise functional). Any ideas what could be causing this? It must

Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-28 Thread clin...@elemtech.com
Sounds like your icons are in a format supported by a plugin, and the installation has missing that plugin. Clint - Reply message - From: James Sutherland james.sutherl...@utah.edu Date: Thu, Jul 28, 2011 8:01 pm Subject: [CMake] CMake QT4 toolbar icons disappear To: cmake cmake