From 4c9da6d1e372c6c58d7f03edc366a2be4987859a Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Mon, 24 Aug 2009 17:31:01 +0200 Subject: [PATCH] FIX: Create an empty qt.conf file on OS X To prevent Qt from loading nasty plugins. Signed-off-by: Michael Wild --- Applications/ParaView/CreateBundle.sh.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Applications/ParaView/CreateBundle.sh.in b/Applications/ParaView/CreateBundle.sh.in index d4b27c4999..f9a2211fde 100755 --- a/Applications/ParaView/CreateBundle.sh.in +++ b/Applications/ParaView/CreateBundle.sh.in @@ -95,3 +95,7 @@ rm -rf "$PythonDir/paraview/pv_compile_complete" #rm -rf "$SupportDir/Documentation/cmake_install.cmake" #rm -rf "$SupportDir/Documentation/CTestTestfile.cmake" #rm -rf "$SupportDir/Documentation/Makefile" + +# Add an empty qt.conf to prevent the loading of imageformats plugins +# +touch "$ResourcesDir/qt.conf"