summaryrefslogtreecommitdiffstats
path: root/qmake/option.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-17 11:53:04 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 09:39:50 +0200
commit757cad45d7f51661acbdc510630fb3e817d033a1 (patch)
tree114ee79373aa9b28588d5f676961062143d2b7f1 /qmake/option.cpp
parent0ce1a6ba244c934b5b4504abb980806793d54515 (diff)
purge the integrity target mode
it wasn't really wired, so the only effect it had was disabling the unix scopes (despite an attempt to override that in the spec, which probably worked before qt 4.6, and will start working again soon). Change-Id: I95daff75b508edaf83a8a06fd327350acd62b124 Reviewed-by: Rolland Dudemaine <rolland@ghs.com> Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'qmake/option.cpp')
-rw-r--r--qmake/option.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/option.cpp b/qmake/option.cpp
index defe2bff28..4d97d4d1dd 100644
--- a/qmake/option.cpp
+++ b/qmake/option.cpp
@@ -266,8 +266,6 @@ Option::parseCommandLine(int argc, char **argv, int skip)
Option::host_mode = HOST_UNIX_MODE;
} else if(opt == "win32") {
Option::host_mode = HOST_WIN_MODE;
- } else if(opt == "integrity") {
- Option::target_mode = TARG_INTEGRITY_MODE;
} else if(opt == "d") {
Option::debug_level++;
} else if(opt == "version" || opt == "v" || opt == "-version") {