From d65daf31d58ad432dadb1639f05a0d7f7f367d01 Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Sat, 27 Jun 2015 17:26:37 +0100
Subject: Don't incorrectly claim that non of Swift is built without Qt

Test-Information:
Building on a system without Qt now says that the application
is all that isn't compiled. Swift/Controllers still compiles if requested
(as before).

Change-Id: I24631f6ba2bf3475a1a6456207c1da94f1b3f1c0

diff --git a/Swift/SConscript b/Swift/SConscript
index cee3a74..9f1a213 100644
--- a/Swift/SConscript
+++ b/Swift/SConscript
@@ -10,8 +10,8 @@ if env["SCONS_STAGE"] == "build" :
 		if "Swift" in env["PROJECTS"] :
 			env["PROJECTS"].remove("Swift")
 	elif not GetOption("help") and not env.get("HAVE_QT", 0) :
-		print "Error: Swift requires Qt. Not building Swift."
 		if "Swift" in env["PROJECTS"] :
+			print "Warning: Swift requires Qt. Not building the Swift Qt application."
 			env["PROJECTS"].remove("Swift")
 	elif env["target"] == "native":
 		 SConscript("QtUI/SConscript")
-- 
cgit v0.10.2-6-g49f6