initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
19
iris-legacy/iris/libidn.pri
Normal file
19
iris-legacy/iris/libidn.pri
Normal 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
|
||||
}
|
||||
|
||||
Reference in a new issue