summaryrefslogtreecommitdiffstats
path: root/src/core/gyp_configure_host.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gyp_configure_host.pro')
-rw-r--r--src/core/gyp_configure_host.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/core/gyp_configure_host.pro b/src/core/gyp_configure_host.pro
deleted file mode 100644
index eb94cb802..000000000
--- a/src/core/gyp_configure_host.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-# Prevent generating a makefile that attempts to create a lib
-TEMPLATE = aux
-
-# Pick up the host toolchain
-option(host_build)
-
-GYPI_CONTENTS = "{" \
- " 'make_global_settings': [" \
- " ['CC.host', '$$which($$QMAKE_CC)']," \
- " ['CXX.host', '$$which($$QMAKE_CXX)']," \
- " ['LD.host', '$$which($$QMAKE_LINK)'],"
-
-GYPI_FILE = $$OUT_PWD/qmake_extras.gypi
-!build_pass {
- write_file($$GYPI_FILE, GYPI_CONTENTS)
-}