From 757cad45d7f51661acbdc510630fb3e817d033a1 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 17 Apr 2012 11:53:04 +0200 Subject: 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 Reviewed-by: Mark Brand --- qmake/option.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'qmake/option.cpp') 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") { -- cgit v1.2.3