Blame view

buildroot/buildroot-2016.08.1/package/qtuio/0002-dont-append-_d-for-debug.patch 919 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  [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
  the logic appending _d.
  
  Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  ---
   src/qTUIO.pro |    5 -----
   1 file changed, 5 deletions(-)
  
  Index: qtuio-abe4973ff6/src/qTUIO.pro
  ===================================================================
  --- qtuio-abe4973ff6.orig/src/qTUIO.pro
  +++ qtuio-abe4973ff6/src/qTUIO.pro
  @@ -16,11 +16,6 @@
   win32:LIBS += ws2_32.lib \
       winmm.lib
   
  -# Changes the name of the target, when is debug mode
  -CONFIG( debug, debug|release ) { 
  -    TARGET = $${TARGET}_d
  -    BUILD_NAME = debug
  -}
   CONFIG( release, debug|release ):BUILD_NAME = release
   
   # Temporary folders for the auxiliar files