ce77225e21
This is the thing you want to look at.
8 lines
176 B
Bash
8 lines
176 B
Bash
# shellcheck shell=bash
|
|
# shellcheck disable=SC2154
|
|
|
|
moveKF6DevTools() {
|
|
moveToOutput "${qtPluginPrefix}/designer" "${!outputDev}"
|
|
}
|
|
|
|
postInstallHooks+=('moveKF6DevTools')
|