Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
FIX: Create an empty qt.conf file on OS X
Browse files Browse the repository at this point in the history
To prevent Qt from loading nasty plugins.

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
  • Loading branch information
wildmichael committed Feb 8, 2010
1 parent f07cdfd commit 4c9da6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Applications/ParaView/CreateBundle.sh.in
Expand Up @@ -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"

0 comments on commit 4c9da6d

Please sign in to comment.