mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fixes for qrenderdoc on linux
This commit is contained in:
@@ -40,6 +40,7 @@ win32 {
|
||||
|
||||
# Link against the core library
|
||||
LIBS += -L$$_PRO_FILE_PWD_/../renderdoc -lrenderdoc
|
||||
QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN\''
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +42,8 @@ void library_loaded()
|
||||
FileIO::GetExecutableFilename(curfile);
|
||||
|
||||
if(curfile.find("/renderdoccmd") != string::npos ||
|
||||
curfile.find("/renderdocui") != string::npos)
|
||||
curfile.find("/renderdocui") != string::npos ||
|
||||
curfile.find("/qrenderdoc") != string::npos)
|
||||
{
|
||||
RDCDEBUG("Not creating hooks - in replay app");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user