# Gavin Andresen # 2013-07-20 06:17:11 # https://bitcointalk.org/index.php?topic=149479.msg2766645#msg2766645 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). @p{par} The magic configure incantation was: @p{brk} @s{quotedtext} @s{quotedtext} @p{brk} Nothing special needed to be done for the openssl build: @p{par} @s{quotedtext} @s{quotedtext} @p{par} The payment protocol code add a couple more depedencies to Bitcoin-Qt: @p{par} + QtNetwork with OpenSSL support @p{brk} + Google's protocol buffer library and compiler. @p{par}