Commit e3d2f09a8ccba35408f205eec0f7a7162ee41c4f

Fixed Issue 5: QFacebookConnect library should check for SSL support while compiling
  
2626# define QFACEBOOKCONNECTSHARED_EXPORT Q_DECL_IMPORT
2727#endif
2828
29#ifdef QT_NO_OPENSSL
30#error QFacebookConnect requires Qt compiled with SSL support.
31#endif
2932
3033///////////////////////////////////////////////////////////////////////////////////////////////////
3134