[PATCH] don't append _d to library name when Qt is built with debug support
qtuio appends _d to the library name when Qt was built with debug support,
breaking linking step for examples and staging/target install.
There's no real advantage to the _d suffix, so simply fix it by removing
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
1 file changed, 5 deletions(-)
Index: qtuio-abe4973ff6/src/qTUIO.pro
===================================================================
--- qtuio-abe4973ff6.orig/src/qTUIO.pro
+++ qtuio-abe4973ff6/src/qTUIO.pro
win32:LIBS += ws2_32.lib \
-# Changes the name of the target, when is debug mode
-CONFIG( debug, debug|release ) {
CONFIG( release, debug|release ):BUILD_NAME = release
# Temporary folders for the auxiliar files