From 9fdc847c639ef7060a13b10d9fe704e40357a0a8 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 20 Sep 2017 15:48:24 +0200 Subject: Simplify binary paths These old names were for gyp, and are not needed for gn, so we can instead use the same path names Qt would use. Change-Id: I423c2a04df6740ebba84f8c670490dbcf59c3ca7 Reviewed-by: Joerg Bornemann --- mkspecs/features/functions.prf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'mkspecs') diff --git a/mkspecs/features/functions.prf b/mkspecs/features/functions.prf index 3f0d64ba5..7e801bcfa 100644 --- a/mkspecs/features/functions.prf +++ b/mkspecs/features/functions.prf @@ -1,11 +1,6 @@ defineReplace(getConfigDir) { - win32:contains(QMAKE_TARGET.arch, x86_64) { - CONFIG(release, debug|release):return("Release_x64") - return("Debug_x64") - } - - CONFIG(release, debug|release):return("Release") - return("Debug") + CONFIG(release, debug|release):return("release") + return("debug") } defineReplace(getChromiumSrcDir) { -- cgit v1.2.3