~ubuntu-branches/ubuntu/trusty/kopete/trusty

« back to all changes in this revision

Viewing changes to protocols/jabber/libiris/src/libidn/libidn.pri

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-23 17:46:40 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131123174640-gz1zjv1xqh81bi2h
Tags: 4:4.11.80-0ubuntu1
* New upstream beta release
* Bump build dependency to libotr5-dev
* Update symbols
* Update install files
* Drop new_linphone.diff, not required anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDEPATH += $$PWD/..
2
 
DEPENDPATH  += $$PWD/..
3
 
 
4
 
unix:{
5
 
  QMAKE_CFLAGS_WARN_ON -= -W
6
 
}
7
 
win32-msvc*:{
8
 
  QMAKE_CFLAGS += -Zm400
9
 
}
10
 
 
11
 
SOURCES += \
12
 
  $$PWD/profiles.c \
13
 
  #$$PWD/toutf8.c \
14
 
  $$PWD/rfc3454.c \
15
 
  $$PWD/nfkc.c \
16
 
  $$PWD/stringprep.c