summaryrefslogtreecommitdiffstats
path: root/bin/qmake-wrapper-for-target.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qmake-wrapper-for-target.in')
-rw-r--r--bin/qmake-wrapper-for-target.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/qmake-wrapper-for-target.in b/bin/qmake-wrapper-for-target.in
new file mode 100644
index 0000000000..0c81b7c62f
--- /dev/null
+++ b/bin/qmake-wrapper-for-target.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@/qmake $* -qtconf "$script_dir_path/target_qt.conf"