mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
Rename 'Profile' target in visual studio to 'Development'
* When I went to explain to someone why the target was named Profile and not Debug as you might expect, I realised the reasons were entirely opaque and historical. So instead, rename it to Development since that is really what it's for - any profiling would be done in Release mode.
This commit is contained in:
@@ -32,11 +32,11 @@ INCLUDEPATH += $$_PRO_FILE_PWD_/3rdparty/flowlayout
|
||||
win32 {
|
||||
|
||||
!contains(QMAKE_TARGET.arch, x86_64) {
|
||||
Debug:DESTDIR = $$_PRO_FILE_PWD_/../Win32/Profile
|
||||
Debug:DESTDIR = $$_PRO_FILE_PWD_/../Win32/Development
|
||||
Release:DESTDIR = $$_PRO_FILE_PWD_/../Win32/Release
|
||||
|
||||
} else {
|
||||
Debug:DESTDIR = $$_PRO_FILE_PWD_/../x64/Profile
|
||||
Debug:DESTDIR = $$_PRO_FILE_PWD_/../x64/Development
|
||||
Release:DESTDIR = $$_PRO_FILE_PWD_/../x64/Release
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user