Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
3a7f0219
Commit
3a7f0219
authored
Nov 12, 2018
by
Joachim Wuttke
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help: Downcase function names in DeployQt4 doc.
parent
c310480c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Modules/DeployQt4.cmake
Modules/DeployQt4.cmake
+6
-6
No files found.
Modules/DeployQt4.cmake
View file @
3a7f0219
...
...
@@ -26,13 +26,13 @@ PARENT_SCOPE. Also depends on BundleUtilities.cmake.
::
WRITE_QT4_CONF
(<qt_conf_dir> <qt_conf_contents>)
write_qt4_conf
(<qt_conf_dir> <qt_conf_contents>)
Writes a qt.conf file with the <qt_conf_contents> into <qt_conf_dir>.
::
RESOLVE_QT4_PATHS
(<paths_var> [<executable_path>])
resolve_qt4_paths
(<paths_var> [<executable_path>])
Loop through <paths_var> list and if any don't exist resolve them
relative to the <executable_path> (if supplied) or the
...
...
@@ -40,7 +40,7 @@ CMAKE_INSTALL_PREFIX.
::
FIXUP_QT4_EXECUTABLE
(<executable>
fixup_qt4_executable
(<executable>
[<qtplugins> <libs> <dirs> <plugins_dir> <request_qt_conf>])
Copies Qt plugins, writes a Qt configuration file (if needed) and
...
...
@@ -67,7 +67,7 @@ needed.
::
INSTALL_QT4_PLUGIN_PATH
(plugin executable copy installed_plugin_path_var
install_qt4_plugin_path
(plugin executable copy installed_plugin_path_var
<plugins_dir> <component> <configurations>)
Install (or copy) a resolved <plugin> to the default plugins directory
...
...
@@ -82,7 +82,7 @@ If <component> is set then anything installed will use this COMPONENT.
::
INSTALL_QT4_PLUGIN
(plugin executable copy installed_plugin_path_var
install_qt4_plugin
(plugin executable copy installed_plugin_path_var
<plugins_dir> <component>)
Install (or copy) an unresolved <plugin> to the default plugins
...
...
@@ -92,7 +92,7 @@ INSTALL_QT4_PLUGIN_PATH.
::
INSTALL_QT4_EXECUTABLE
(<executable>
install_qt4_executable
(<executable>
[<qtplugins> <libs> <dirs> <plugins_dir> <request_qt_conf> <component>])
Installs Qt plugins, writes a Qt configuration file (if needed) and
...
...
Brad King
@brad.king
mentioned in commit
06ef9edd
·
Nov 13, 2018
mentioned in commit
06ef9edd
mentioned in commit 06ef9edd51a8ffbd77fb96f733cbe45af84e9559
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment