From 095251cc5982b1a83b75b6b70a610f45186da137 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 5 Mar 2019 14:00:52 +0000 Subject: [PATCH] Use qtconf.qrc on macOS qrenderdoc builds as well to locate qtplugins --- qrenderdoc/qrenderdoc.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qrenderdoc/qrenderdoc.pro b/qrenderdoc/qrenderdoc.pro index a04807da4..e6f757aa3 100644 --- a/qrenderdoc/qrenderdoc.pro +++ b/qrenderdoc/qrenderdoc.pro @@ -61,7 +61,7 @@ win32 { silent:swig.commands = @echo SWIG ${QMAKE_FILE_IN} && $$swig.commands QMAKE_EXTRA_COMPILERS += swig - # windows only qrc file with qt.conf + # add qrc file with qt.conf RESOURCES += Resources/qtconf.qrc SWIGSOURCES += Code/pyrenderdoc/renderdoc.i @@ -138,6 +138,9 @@ win32 { DEFINES += RENDERDOC_PLATFORM_POSIX RENDERDOC_PLATFORM_APPLE ICON = $$OSX_ICONFILE + + # add qrc file with qt.conf + RESOURCES += Resources/qtconf.qrc librd.files = $$files($$DESTDIR/../lib/librenderdoc.dylib) librd.path = Contents/lib