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/conf_windows.pri
2025-12-25 01:38:25 +05:00

31 lines
647 B
Text

# Windows build settings
CONFIG += release
CONFIG += qca-static
# tell iris to use our internal libz
CONFIG += psi-zip
# OpenSSL
qca-static {
DEFINES += HAVE_OPENSSL
DEFINES += OSSL_097
OPENSSL_PREFIX = $$PWD/../vendor/openssl
INCLUDEPATH += $$OPENSSL_PREFIX/include
LIBS += -L$$OPENSSL_PREFIX/lib
}
# SASL
#qca-static {
# CYRUSSASL_PREFIX = /local
# INCLUDEPATH += $$CYRUSSASL_PREFIX/include
# LIBS += $$CYRUSSASL_PREFIX/lib/libsasl.lib
#}
# ASpell
#DEFINES += HAVE_ASPELL
contains(DEFINES, HAVE_ASPELL) {
ASPELL_PREFIX = ../../../aspell
INCLUDEPATH += "$$ASPELL_PREFIX/include"
LIBS += -L"$$ASPELL_PREFIX/lib"
LIBS += -laspell-15
}