Lines Matching refs:plugins_dir

40 #   FIXUP_QT5_EXECUTABLE(<executable> [<qtplugins> <libs> <dirs> <plugins_dir> <request_qt_conf>])
59 # <plugins_dir> allows an custom plugins directory to be used.
66 # INSTALL_QT5_PLUGIN_PATH(plugin executable copy installed_plugin_path_var <plugins_dir> <compone…
69 # (or <plugins_dir>) relative to <executable> and store the result in
80 # INSTALL_QT5_PLUGIN(plugin executable copy installed_plugin_path_var <plugins_dir> <component>)
83 # directory (or <plugins_dir>) relative to <executable> and store the
89 # INSTALL_QT5_EXECUTABLE(<executable> [<qtplugins> <libs> <dirs> <plugins_dir> <request_qt_conf> …
146 set(plugins_dir ${ARGV4}) variable
154 message(STATUS " plugins_dir='${plugins_dir}'")
168 if(NOT plugins_dir)
169 set(plugins_dir "${DeployQt5_apple_plugins_dir}") variable
195 set(qt_conf_contents "[Paths]\nPlugins = ${plugins_dir}")
203 set(plugins_dir ${ARGV4}) variable
208 if(NOT plugins_dir)
209 set(plugins_dir "${DeployQt5_apple_plugins_dir}") variable
211 set(plugins_path "${executable}/Contents/${plugins_dir}")
217 if(plugins_dir)
218 set(plugins_path "${plugins_path}/${plugins_dir}")
252 set(plugins_dir ${ARGV4}) variable
255 …${plugin}" "${executable}" "${copy}" "${installed_plugin_path_var}" "${plugins_dir}" "${component}…
270 …}" "${executable}" "${copy}" "${installed_plugin_path_var}_release" "${plugins_dir}" "${component}…
271 …ug}" "${executable}" "${copy}" "${installed_plugin_path_var}_debug" "${plugins_dir}" "${component}…
279 …_release}" "${executable}" "${copy}" "${installed_plugin_path_var}" "${plugins_dir}" "${component}…
289 set(plugins_dir ${ARGV4}) variable
340 …install_qt5_plugin("${plugin}" "${executable}" 0 installed_plugin_paths "${plugins_dir}" "${compon…
350 …CMAKE_INSTALL_PREFIX}/${executable}\" \"\" \"${libs}\" \"${dirs}\" \"${plugins_dir}\" \"${request_…