mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Merge pull request #40 from dinvlad/master
Corrections for building on Mac OS X.
This commit is contained in:
commit
0c095dbeaf
|
@ -96,10 +96,9 @@ mac {
|
|||
-lvorbis \
|
||||
-logg \
|
||||
-lhunspell-1.3
|
||||
INCLUDEPATH += maclibs/include
|
||||
INCLUDEPATH = maclibs/include
|
||||
LIBS += -Lmaclibs/lib \
|
||||
-L/usr/lib \
|
||||
-L/usr/X11/lib
|
||||
-L/usr/lib
|
||||
ICON = icons/macicon.icns
|
||||
}
|
||||
DEFINES += PROGRAM_VERSION=\\\"$$VERSION\\\"
|
||||
|
|
Loading…
Reference in a new issue