• Home
  • Raw
  • Download

Lines Matching refs:executable

8 Functions to help assemble a standalone Qt4 executable.
43 fixup_qt4_executable(<executable>
47 fixes up a Qt4 executable using BundleUtilities so it is standalone
51 <executable> should point to the executable to be fixed-up.
70 install_qt4_plugin_path(plugin executable copy installed_plugin_path_var
74 (or <plugins_dir>) relative to <executable> and store the result in
85 install_qt4_plugin(plugin executable copy installed_plugin_path_var
89 directory (or <plugins_dir>) relative to <executable> and store the
95 install_qt4_executable(<executable>
99 fixes up a Qt4 executable using BundleUtilities so it is standalone
101 the system libraries are compatible. The executable will be fixed-up
144 function(fixup_qt4_executable executable)
172 message(STATUS " executable='${executable}'")
187 set(qt_conf_dir "${executable}/Contents/Resources")
188 set(executable_path "${executable}")
194 get_filename_component(executable_path "${executable}" PATH)
204 install_qt4_plugin("${plugin}" "${executable}" 1 installed_plugin_path)
221 fixup_bundle("${executable}" "${libs}" "${dirs}")
225 function(install_qt4_plugin_path plugin executable copy installed_plugin_path_var)
244 set(plugins_path "${executable}/Contents/${plugins_dir}")
246 get_filename_component(plugins_path "${executable}" PATH)
285 function(install_qt4_plugin plugin executable copy installed_plugin_path_var)
296 …install_qt4_plugin_path("${plugin}" "${executable}" "${copy}" "${installed_plugin_path_var}" "${pl…
317 …install_qt4_plugin_path("${plugin_release}" "${executable}" "${copy}" "${installed_plugin_path_var…
318 …install_qt4_plugin_path("${plugin_debug}" "${executable}" "${copy}" "${installed_plugin_path_var}_…
327 …install_qt4_plugin_path("${plugin_release}" "${executable}" "${copy}" "${installed_plugin_path_var…
333 function(install_qt4_executable executable)
371 get_filename_component(executable_absolute "${executable}" ABSOLUTE)
386 …install_qt4_plugin("${plugin}" "${executable}" 0 installed_plugin_paths "${plugins_dir}" "${compon…
396 FIXUP_QT4_EXECUTABLE(\"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${executable}\" \"\" \"${libs}\" \"${…