summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-29 19:58:08 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-12 22:04:50 +0000
commit4a1bafcc4ee5b7d968620808e155c1617aa6f273 (patch)
tree28a4dd4e551c19f16376f33aea4f45b630f165ce /mkspecs/features
parentce50eb4a733ab93b4ca3bf206b56f61c989fe717 (diff)
get rid of test type 'shell'
it's bound to the bourne shell, which is not readily available on windows hosts. on the way, the pch, fvisibility, and bsymbolic_functions tests were rewritten as regular compile tests. they now just verify that qmake's built-in support for the tested features actually works. Change-Id: Ibac246f21b5ececa40da3f576dc789982eaf9fdf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/qt_configure.prf19
1 files changed, 0 insertions, 19 deletions
diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf
index 711eec8a2c..7a289f7b94 100644
--- a/mkspecs/features/qt_configure.prf
+++ b/mkspecs/features/qt_configure.prf
@@ -248,25 +248,6 @@ defineTest(qtConfParseCommandLine) {
}
}
-defineTest(qtConfTest_shell) {
- test = $$eval($${1}.test)
- dir = $$replace(test, [^/]*$, "")
- test = $$replace(test, ([^/]*/)*, "")
- args = $$eval($${1}.args)
- # replace any things like $$QMAKE_CXX by their values
- eval(args = $$args)
-
- test_dir = $$QMAKE_CONFIG_TESTS_DIR/$$dir
- test_out_dir = $$shadowed($$test_dir)
- test_cmd_base = "cd $$system_quote($$system_path($$test_out_dir)) &&"
-
- mkpath($$test_out_dir)|error()
-
- qtRunLoggedCommand("$$test_cmd_base $$test_dir/$${test} $${args}"): \
- return(false)
- return(true)
-}
-
defineReplace(qtConfToolchainSupportsFlag) {
test_out_dir = $$shadowed($$QMAKE_CONFIG_TESTS_DIR)
test_cmd_base = "cd $$system_quote($$system_path($$test_out_dir)) &&"