Re-order crypto/oauth libs for linking

liboauth depends upon libcrypto but they are declared in
the opposite order in src.pro. This patch reverses this to
avoid linker errors on Linux.
This commit is contained in:
Mark Liversedge
2010-10-01 21:30:14 +01:00
parent 07e086ce44
commit 2f41cabb1d

View File

@@ -13,8 +13,8 @@ LIBS += -lm
!isEmpty( LIBOAUTH_INSTALL ) {
INCLUDEPATH += $${LIBOAUTH_INSTALL}/include
LIBS += $${LIBCRYPTO_INSTALL}
LIBS += $${LIBOAUTH_INSTALL}/lib/liboauth.a
LIBS += $${LIBCRYPTO_INSTALL}
LIBS += $${LIBZ_INSTALL}
LIBS += $${LIBCURL_INSTALL}
DEFINES += GC_HAVE_LIBOAUTH