2020-06-18 10:07:22 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# The directory of this script is the expanded absolute path of the "$qt_prefix/bin" directory.
|
|
|
|
script_dir_path=`dirname $0`
|
2024-06-25 03:55:19 +02:00
|
|
|
script_dir_path=`(cd "$script_dir_path"; pwd)`
|
2020-06-18 10:07:22 +02:00
|
|
|
|
2022-12-05 14:50:31 +01:00
|
|
|
@host_qt_bindir@/@tool_name@@tool_version@ -qtconf "$script_dir_path/target_qt.conf" $*
|