configs/bananapro: bump Linux to 4.10.4
[buildroot-gz.git] / package / qtuio / 0002-dont-append-_d-for-debug.patch
blobfbaaf192221dbc220f5a9c66137df922c95848f5
1 [PATCH] don't append _d to library name when Qt is built with debug support
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.
6 There's no real advantage to the _d suffix, so simply fix it by removing
7 the logic appending _d.
9 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 ---
11 src/qTUIO.pro | 5 -----
12 1 file changed, 5 deletions(-)
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
22 -# Changes the name of the target, when is debug mode
23 -CONFIG( debug, debug|release ) {
24 - TARGET = $${TARGET}_d
25 - BUILD_NAME = debug
27 CONFIG( release, debug|release ):BUILD_NAME = release
29 # Temporary folders for the auxiliar files