Import("env")

if not GetOption("help") and not env.get("HAVE_OPENSSL", 0) :
  print "Error: Swift requires OpenSSL support, and OpenSSL was not found."
  Exit(1)

SConscript("Controllers/SConscript")
SConscript("QtUI/SConscript")