From 666dcdd462293151a7995a105e5119e70ebc488f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 20 Sep 2009 15:55:36 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1239 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Transports/http/http.pro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/plugins/Transports') diff --git a/src/plugins/Transports/http/http.pro b/src/plugins/Transports/http/http.pro index e9b630e18..ad3ca9e7e 100644 --- a/src/plugins/Transports/http/http.pro +++ b/src/plugins/Transports/http/http.pro @@ -23,11 +23,10 @@ unix { -L/usr/lib PKGCONFIG += libcurl isEmpty(LIB_DIR):LIB_DIR = /lib - win32 { - QMAKE_LIBDIR += ../../../../bin - LIBS += -lqmmp0 \ - -lcurldll - } target.path = $$LIB_DIR/qmmp/Transports INSTALLS += target } +win32 { + QMAKE_LIBDIR += ../../../../bin + LIBS += -lqmmp0 -lcurldll +} -- cgit v1.2.3-13-gbd6f