The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13051 
====================================================================== 
Reported By:                Daniel Franke
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13051
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-03-18 09:12 EDT
Last Modified:              2012-03-18 09:12 EDT
====================================================================== 
Summary:                    DeployQt4.cmake: INSTALL not scriptable
Description: 
As DeployQt4 is based on BundleUtilities, I figured I can use it in the same
way, namely:

  install (CODE "include (DeployQt4)
                 FIXUP_QT4_EXECUTABLE (\"${PREFIX}/${APP_DEFAULT_ARGS}.app\"
                                       \"${PLUGINS}\"
                                       \"\"
                                       \"${PREFIX}/Frameworks\"
                                       \"${PREFIX}/Frameworks/Plugins\")")

Which is described here: http://www.cmake.org/Wiki/BundleUtilitiesExample

However, when run, one gets:
CMake Error at /Applications/CMake
2.8-7.app/Contents/share/cmake-2.8/Modules/DeployQt4.cmake:211 (install):
  Command install() is not scriptable
Call Stack (most recent call first):
  /Applications/CMake
2.8-7.app/Contents/share/cmake-2.8/Modules/DeployQt4.cmake:221
(install_qt4_plugin_path)
  /Applications/CMake
2.8-7.app/Contents/share/cmake-2.8/Modules/DeployQt4.cmake:144
(install_qt4_plugin)
  saxsview/svplot/cmake_install.cmake:48 (FIXUP_QT4_EXECUTABLE)

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-03-18 09:12 Daniel Franke  New Issue                                    
======================================================================

--

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