ok, please post your config.log after using switches. It is essentially saying it is unable to either find or use your Openssl library, so we need to make it recognize it.
OPENSSL_INCLUDE_PATH=c:/deps/ssl/include
OPENSSL_LIB_PATH=c:/deps/ssl
is the typical path..
yours however is
C:\deps\openssl-1.0.1e\include
C:\deps\openssl-1.0.1e
so maybe you need to double check you .pro file if it matches with actual path names.