fix syntax error in breakpad support
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 24 Jul 2012 12:38:06 +0000 (14:38 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Jul 2012 13:17:09 +0000 (15:17 +0200)
Change-Id: I7964615814377ae4fd9c7da897978100c9294835
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
mkspecs/features/default_post.prf

index aeb350d..63daff6 100644 (file)
@@ -31,7 +31,7 @@ breakpad {
     load(resolve_target)
     win32: QMAKE_CLEAN += $$replace(QMAKE_RESOLVED_TARGET, ...$, pdb)  # for the debug case it is hardcoded in qmake
 
-    DEBUGFILENAME = $$shell_quote($$native_path(($$QMAKE_RESOLVED_TARGET))
+    DEBUGFILENAME = $$shell_quote($$native_path($$QMAKE_RESOLVED_TARGET))
     PROJECTPATH = $$shell_quote($$native_path($$OUT_PWD))
 
     !isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK = $$QMAKE_POST_LINK$$escape_expand(\\n\\t)