initial commit

This commit is contained in:
mikhail "synzr" 2025-12-25 01:37:49 +05:00
commit 9d20827c46
2469 changed files with 470994 additions and 0 deletions

View file

@ -0,0 +1,19 @@
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
}