source:
psi/trunk/iris/libidn.pri
Last change on this file was 2, checked in by , 19 years ago | |
---|---|
File size: 274 bytes |
Line | |
---|---|
1 | libidn { |
2 | INCLUDEPATH += $$LIBIDN_BASE |
3 | |
4 | unix:{ |
5 | QMAKE_CFLAGS_WARN_ON -= -W |
6 | } |
7 | win32:{ |
8 | QMAKE_CFLAGS += -Zm400 |
9 | } |
10 | |
11 | SOURCES += \ |
12 | $$LIBIDN_BASE/profiles.c \ |
13 | #$$LIBIDN_BASE/toutf8.c \ |
14 | $$LIBIDN_BASE/rfc3454.c \ |
15 | $$LIBIDN_BASE/nfkc.c \ |
16 | $$LIBIDN_BASE/stringprep.c |
17 | } |
18 |
Note:
See TracBrowser
for help on using the repository browser.