mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Windows-specific build directives added.
This commit is contained in:
parent
b675289f68
commit
4c29464c09
|
@ -11,12 +11,18 @@ QT += webkit
|
|||
QT += xml
|
||||
QT += network
|
||||
|
||||
CONFIG += exceptions rtti stl
|
||||
|
||||
OBJECTS_DIR = build
|
||||
UI_DIR = build
|
||||
MOC_DIR = build
|
||||
RCC_DIR = build
|
||||
|
||||
LIBS += -lvorbisfile
|
||||
LIBS += -lvorbisfile -lvorbis -logg -lz
|
||||
|
||||
win32 {
|
||||
LIBS += -liconv -lwsock32
|
||||
}
|
||||
|
||||
# Input
|
||||
HEADERS += folding.hh \
|
||||
|
|
Loading…
Reference in a new issue