• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/qtuio/qtuio-dont-append-_d-for-debug.patch
Peter KorsgaardPeter Korsgaard committed 29266a3375e30 Oct 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.