~ubuntu-branches/ubuntu/wily/psi/wily-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDEPATH += $$PWD/..
DEPENDPATH  += $$PWD/..

unix:{
  QMAKE_CFLAGS_WARN_ON -= -W
}
win32-msvc*:{
  QMAKE_CFLAGS += -Zm400
}

SOURCES += \
  $$PWD/profiles.c \
  #$$PWD/toutf8.c \
  $$PWD/rfc3454.c \
  $$PWD/nfkc.c \
  $$PWD/stringprep.c