Gavin Andresen - 2013-07-20 06:17:11

I spent a bunch of time getting the mingw-cross-compiled Qt compiled with -openssl-linked for the payment protocol work (it uses QtNetwork to fetch PaymentRequest/PaymentACK messages via https).

The magic configure incantation was:
@s{quotedtext} @s{quotedtext}
Nothing special needed to be done for the openssl build:

@s{quotedtext} @s{quotedtext}

The payment protocol code add a couple more depedencies to Bitcoin-Qt:

+ QtNetwork with OpenSSL support
+ Google's protocol buffer library and compiler.