This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/iris/conf_win.pri.example

18 lines
282 B
Text
Raw Permalink Normal View History

2025-12-25 01:37:49 +05:00
load(winlocal.prf)
# qca
CONFIG += crypto
# zlib
INCLUDEPATH += $$WINLOCAL_PREFIX/include
LIBS += -L$$WINLOCAL_PREFIX/lib
# zlib may have a different lib name depending on how it was compiled
win32-g++ {
LIBS += -lz
}
else {
LIBS += -lzlib # static
#LIBS += -lzdll # dll
}