~ubuntu-branches/ubuntu/utopic/kadu/utopic

« back to all changes in this revision

Viewing changes to plugins/jabber_protocol/3rdparty/libiris-win/src/irisnet/noncore/cutestuff/cutestuff.pri

  • Committer: Package Import Robot
  • Author(s): Patryk Cisek
  • Date: 2014-10-02 11:55:19 UTC
  • mfrom: (0.48.1) (0.44.2) (43.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20141002115519-sxn21g16t596llc0
Tags: 1.0-2
* Using dpkg-buildflags to set compilation and linker flags.
* Added 03-no-CMAKE_CXX_FLAGS-overwrite.patch to make it possible to set
  compilation flags.
* Removed lintian override for RPATH in Kadu's plugins.
* Using chrpath to strip Kadu's plugins from RPATH, since they're not
  needed there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDEPATH += $$PWD
 
2
 
 
3
HEADERS += \
 
4
        $$PWD/bytestream.h \
 
5
        $$PWD/bsocket.h \
 
6
        $$PWD/httpconnect.h \
 
7
        $$PWD/httppoll.h \
 
8
        $$PWD/socks.h
 
9
 
 
10
SOURCES += \
 
11
        $$PWD/bytestream.cpp \
 
12
        $$PWD/bsocket.cpp \
 
13
        $$PWD/httpconnect.cpp \
 
14
        $$PWD/httppoll.cpp \
 
15
        $$PWD/socks.cpp