Skip to content

Commit

Permalink
Removed some dependencies on system libs in Mac OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Sep 18, 2011
1 parent cf00c10 commit bcdd62c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion goldendict.pro
Expand Up @@ -89,16 +89,19 @@ unix:!mac {
INSTALLS += desktops2
}
mac {
QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.6.sdk
CONFIG += x86 x86_64
LIBS = -lz \
-liconv \
-lvorbisfile \
-lvorbis \
-logg \
-lhunspell-1.3
-lhunspell-1.2
INCLUDEPATH = maclibs/include
LIBS += -Lmaclibs/lib
ICON = icons/macicon.icns
QMAKE_POST_LINK = mkdir -p goldendict.app/Contents/Frameworks & \
cp maclibs/lib/* goldendict.app/Contents/Frameworks/ & \
}
DEFINES += PROGRAM_VERSION=\\\"$$VERSION\\\"

Expand Down
Binary file added maclibs/lib/libhunspell-1.2.dylib
Binary file not shown.
Binary file removed maclibs/lib/libhunspell-1.3.a
Binary file not shown.
Binary file removed maclibs/lib/libogg.a
Binary file not shown.
Binary file added maclibs/lib/libogg.dylib
Binary file not shown.
Binary file removed maclibs/lib/libvorbis.a
Binary file not shown.
Binary file added maclibs/lib/libvorbis.dylib
Binary file not shown.
Binary file removed maclibs/lib/libvorbisfile.a
Binary file not shown.
Binary file added maclibs/lib/libvorbisfile.dylib
Binary file not shown.

0 comments on commit bcdd62c

Please sign in to comment.