summaryrefslogtreecommitdiffstats
path: root/bin/qmake-and-qtpaths-wrapper.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qmake-and-qtpaths-wrapper.in')
-rwxr-xr-xbin/qmake-and-qtpaths-wrapper.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/qmake-and-qtpaths-wrapper.in b/bin/qmake-and-qtpaths-wrapper.in
new file mode 100755
index 0000000000..bf3d50cc22
--- /dev/null
+++ b/bin/qmake-and-qtpaths-wrapper.in
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# The directory of this script is the expanded absolute path of the "$qt_prefix/bin" directory.
+script_dir_path=`dirname $0`
+script_dir_path=`(cd "$script_dir_path"; /bin/pwd)`
+
+@host_qt_bindir@/@tool_name@@tool_version@ -qtconf "$script_dir_path/target_qt.conf" $*