Commit 9fdc847c authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

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: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
Showing with 2 additions and 7 deletions
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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment