mirror of
https://github.com/taglib/taglib.git
synced 2025-11-03 00:07:26 -05:00
More bundle fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@769557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -23,14 +23,16 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef HAVE_ZLIB
|
||||
#include <config.h>
|
||||
|
||||
#include <bitset>
|
||||
#endif
|
||||
|
||||
#if HAVE_ZLIB
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
#include <bitset>
|
||||
|
||||
#include <tdebug.h>
|
||||
#include <tstringlist.h>
|
||||
|
||||
|
||||
@ -23,7 +23,9 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef HAVE_ZLIB
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <tdebug.h>
|
||||
|
||||
|
||||
@ -3,9 +3,10 @@
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += lib_bundle staticlib
|
||||
CONFIG += lib_bundle
|
||||
CONFIG += x86 ppc
|
||||
CONFIG -= qt
|
||||
DEFINES += HAVE_ZLIB=1
|
||||
LIBS += -lz
|
||||
TARGET = TagLib
|
||||
VERSION = 1.5
|
||||
|
||||
Reference in New Issue
Block a user