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-legacy/iris/libidn.pri

20 lines
288 B
Text
Raw Normal View History

2025-12-25 01:37:49 +05:00
libidn {
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
unix:{
QMAKE_CFLAGS_WARN_ON -= -W
}
win32:{
QMAKE_CFLAGS += -Zm400
}
SOURCES += \
$$LIBIDN_BASE/profiles.c \
#$$LIBIDN_BASE/toutf8.c \
$$LIBIDN_BASE/rfc3454.c \
$$LIBIDN_BASE/nfkc.c \
$$LIBIDN_BASE/stringprep.c
}