blob: 75db94d25145aa70623dffe8c8c91b67dc78b776 (
plain)
| 1
2
3
4
5
6
7
8
 | 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")
 |