diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-20 15:55:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-20 15:55:36 +0000 |
| commit | 666dcdd462293151a7995a105e5119e70ebc488f (patch) | |
| tree | 0d57a3af6eb2b985de83b3a43d2396ee941d05a5 | |
| parent | 30e69b710465a01b62bb946cf9f5f85c9586980a (diff) | |
| download | qmmp-666dcdd462293151a7995a105e5119e70ebc488f.tar.gz qmmp-666dcdd462293151a7995a105e5119e70ebc488f.tar.bz2 qmmp-666dcdd462293151a7995a105e5119e70ebc488f.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1239 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/plugins/Input/mad/mad.pro | 3 | ||||
| -rw-r--r-- | src/plugins/Transports/http/http.pro | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/src/plugins/Input/mad/mad.pro b/src/plugins/Input/mad/mad.pro index c77c0be5c..db7bab22a 100644 --- a/src/plugins/Input/mad/mad.pro +++ b/src/plugins/Input/mad/mad.pro @@ -47,3 +47,6 @@ unix { target.path = $$LIB_DIR/qmmp/Input INSTALLS += target } + +win32:HEADERS += ../../../../src/qmmp/metadatamodel.h \ + ../../../../src/qmmp/decoderfactory.h 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 +} |
