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>
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
19 win32:LIBS += ws2_32.lib \
22 -# Changes the name of the target, when is debug mode
23 -CONFIG( debug, debug|release ) {
24 - TARGET = $${TARGET}_d
27 CONFIG( release, debug|release ):BUILD_NAME = release
29 # Temporary folders for the auxiliar files