~ubuntu-branches/ubuntu/saucy/libraw/saucy

« back to all changes in this revision

Viewing changes to buildfiles/multirender_test.pro

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2013-07-10 21:20:09 UTC
  • mfrom: (0.5.1 sid)
  • Revision ID: package-import@ubuntu.com-20130710212009-nbd5ri057jlsekey
Tags: 0.15.3-1
* Team upload to unstable.
* New upstream release (Closes: #710353).
  - Fix error handling for broken full-color images - CVE-2013-2126.
  - Fix wrong data_maximum calcluation - CVE-2013-2127.
* debian/patches/4channels_parameter.patch:
  - Fix segmentaition fault when 4channel is passed -s option without
     any parameter (Closes: #715577).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
win32:CONFIG(debug,debug|release) {
3
 
        LIBS+=-Ldebug
4
 
} else {
5
 
        LIBS+=-Lrelease
6
 
}
 
1
include (libraw-common.pro)
 
2
win32:LIBS+=libraw.lib
7
3
unix:LIBS+=-lraw
8
 
win32:LIBS+=libraw.lib
9
 
INCLUDEPATH=../
10
 
CONFIG-=qt
11
 
win32:CONFIG+=console
12
4
SOURCES=../samples/multirender_test.cpp
13
 
CONFIG+=warn_off
14
 
win32-g++:
15
 
{
16
 
    LIBS += -lws2_32
17
 
}