The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / qtuio / 0002-dont-append-_d-for-debug.patch
1 [PATCH] don't append _d to library name when Qt is built with debug support
2
3 qtuio appends _d to the library name when Qt was built with debug support,
4 breaking linking step for examples and staging/target install.
5
6 There's no real advantage to the _d suffix, so simply fix it by removing
7 the logic appending _d.
8
9 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 ---
11  src/qTUIO.pro |    5 -----
12  1 file changed, 5 deletions(-)
13
14 Index: qtuio-abe4973ff6/src/qTUIO.pro
15 ===================================================================
16 --- qtuio-abe4973ff6.orig/src/qTUIO.pro
17 +++ qtuio-abe4973ff6/src/qTUIO.pro
18 @@ -16,11 +16,6 @@
19  win32:LIBS += ws2_32.lib \
20      winmm.lib
21  
22 -# Changes the name of the target, when is debug mode
23 -CONFIG( debug, debug|release ) { 
24 -    TARGET = $${TARGET}_d
25 -    BUILD_NAME = debug
26 -}
27  CONFIG( release, debug|release ):BUILD_NAME = release
28  
29  # Temporary folders for the auxiliar files