mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
QRenderDoc build fix - allow includes relative to project root
This commit is contained in:
@@ -20,6 +20,9 @@ OBJECTS_DIR = .obj
|
||||
# include path for core renderdoc API
|
||||
INCLUDEPATH += $$_PRO_FILE_PWD_/../renderdoc/api/replay
|
||||
|
||||
# Allow includes relative to the root
|
||||
INCLUDEPATH += $$_PRO_FILE_PWD_/
|
||||
|
||||
# For ToolWindowManager
|
||||
INCLUDEPATH += $$_PRO_FILE_PWD_/3rdparty/toolwindowmanager
|
||||
# For FlowLayout
|
||||
|
||||
Reference in New Issue
Block a user