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, 0 insertions, 7 deletions
diff --git a/bin/qmake-wrapper-for-target.in b/bin/qmake-wrapper-for-target.in
deleted file mode 100644
index 0c81b7c62f..0000000000
--- a/bin/qmake-wrapper-for-target.in
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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"